Skip to content

Commit

Permalink
updated deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tb-dhk committed Jul 2, 2024
1 parent a79ef1f commit 67b8ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: vitepress-site
path: docs/.vitepress/dist
path: wiki/docs/.vitepress/dist

deploy:
runs-on: ubuntu-latest
Expand All @@ -52,10 +52,10 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: vitepress-site
path: docs/.vitepress/dist
path: wiki/docs/.vitepress/dist
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/.vitepress/dist
publish_dir: wiki/docs/.vitepress/dist

0 comments on commit 67b8ab6

Please sign in to comment.