Skip to content

Commit

Permalink
docs: add gh-pages for the input plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Jul 16, 2024
1 parent 08bc17d commit 964964d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
- uses: actions/setup-node@v4
- run: |
make docs
- uses: actions/upload-pages-artifact@v3
- uses: peaceiris/actions-gh-pages@v4
with:
path: './public'
- id: deployment
uses: actions/deploy-pages@v4
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public

0 comments on commit 964964d

Please sign in to comment.