Skip to content

Commit

Permalink
Update deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moaminsharifi authored Nov 18, 2024
1 parent b769536 commit a379857
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
name: dist-files
path: ./docs/.vitepress/dist


deploy:
permissions:
pages: write # To deploy to GitHub Pages
Expand All @@ -53,8 +52,6 @@ jobs:
name: dist-files

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
uses: actions/deploy-pages@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/.vitepress/dist
publish_branch: gh-pages
artifact: dist-files

0 comments on commit a379857

Please sign in to comment.