Skip to content

Commit

Permalink
move docs back to ubuntu-latest runners
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats authored Jun 30, 2024
1 parent 9e1a148 commit 3e494f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:

jobs:
deploy:
runs-on: docs
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -46,8 +46,8 @@ jobs:
6.0.x
- name: Install .NET tools
run: |
dotnet tool install -g docfx || true
dotnet tool install -g DocFxMarkdownGen || true
dotnet tool install -g docfx
dotnet tool install -g DocFxMarkdownGen
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Setup Docusaurus cache
Expand Down

0 comments on commit 3e494f2

Please sign in to comment.