Skip to content

Commit

Permalink
fix depcreation gh actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Clonkk committed Sep 16, 2024
1 parent a6aaf34 commit 213a60f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions:
id-token: write
pages: write


jobs:
# Build job
build:
Expand All @@ -30,13 +31,11 @@ jobs:
run: nimble gendoc -y

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
uses: actions/deploy-pages@v4

0 comments on commit 213a60f

Please sign in to comment.