Skip to content

Commit

Permalink
chore(ci): Use v4
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Jun 13, 2024
1 parent 68f06c1 commit 329d502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@v4
- name: Build the website (Nix) 🔧
run: |
nix build -j 4
nix build
- name: Deploy to gh-pages 🚀
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 329d502

Please sign in to comment.