Skip to content

Commit

Permalink
new gh-pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
coloshword committed Jul 24, 2024
1 parent 09a4cde commit aad5617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '16'

- name: Install dependencies
run: npm install
Expand All @@ -32,8 +32,8 @@ jobs:
fi
- name: Deploy to GitHub Pages
if: success()
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./dist

0 comments on commit aad5617

Please sign in to comment.