Skip to content

Commit

Permalink
Aktualisieren von deploy-to-gh-pages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphoseer authored May 31, 2024
1 parent 9f97e10 commit e0c3d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: yarn run docs:build

- name: Upload github-pages Artifact
uses: actions/upload-pages-artifact@v0.1.0
uses: actions/upload-pages-artifact@v3
with:
path: ./docs/.vuepress/dist

Expand All @@ -35,4 +35,4 @@ jobs:
steps:
- name: 'Deploy to GitHub Pages'
id: deployment
uses: actions/deploy-pages@v1.0.4
uses: actions/deploy-pages@v4

0 comments on commit e0c3d57

Please sign in to comment.