Skip to content

Commit

Permalink
chore: Update GitHub Actions workflow to serve Docsify site
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 13, 2024
1 parent f268043 commit 2a0d9f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docsify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: docsify init ./docs

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
run: |
docsify serve docs
echo "Docsify site deployed to GitHub Pages"

0 comments on commit 2a0d9f1

Please sign in to comment.