Skip to content

Commit

Permalink
Update build-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cibbi authored Sep 4, 2024
1 parent d720535 commit b844874
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
docfx docsOutput/docs/docfx.json
- name: Upload Site Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: site
path: docsOutput/docs/_site
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Download Artifacts
uses: actions/download-artifact@v2
Expand All @@ -50,4 +50,4 @@ jobs:
with:
email: 41898282+github-actions[bot]@users.noreply.github.com
build_dir: site
cname: tsr.vrlabs.dev
cname: tsr.vrlabs.dev

0 comments on commit b844874

Please sign in to comment.