Skip to content

Commit

Permalink
use peaceiris/actions-gh-pages@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
VeraZab committed Jan 4, 2024
1 parent 5fdd78d commit 3ef7a6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Build
run: npm run build

- name: Upload Artifacts
uses: actions/upload-pages-artifact@v2
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
name: build-artifacts
path: build/
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build

0 comments on commit 3ef7a6d

Please sign in to comment.