Skip to content

Commit 2a0d9f1

Browse files
committed
chore: Update GitHub Actions workflow to serve Docsify site
1 parent f268043 commit 2a0d9f1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docsify.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
run: docsify init ./docs
2626

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

0 commit comments

Comments
 (0)