Skip to content

Commit

Permalink
tests - fix gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Sep 4, 2024
1 parent 0726fd4 commit fb42558
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: tox -e docs

- name: Upload Site 🔺
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: pdoc3-html
path: pdoc3-html/ploigos_step_runner
Expand All @@ -41,13 +41,13 @@ jobs:
uses: actions/checkout@v3.5.0

- name: Download Site 🔻
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
name: pdoc3-html
path: pdoc3-html/

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
Expand Down

0 comments on commit fb42558

Please sign in to comment.