Skip to content

Commit

Permalink
update-docs.yml: update upload artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sejsel authored Sep 15, 2024
1 parent b19dde0 commit afff2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Generate docs
run: docfx/docfx.exe docs/docfx.json
- name: Upload docs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/_site/
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
branch: gh-pages

0 comments on commit afff2c1

Please sign in to comment.