Skip to content

Commit

Permalink
Update action to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mjboothaus committed May 16, 2024
1 parent 0c90d48 commit 244325c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js (if needed for rendering)
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '14' # Specify the Node.js version you need

Expand All @@ -25,7 +25,7 @@ jobs:
npm run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./path

0 comments on commit 244325c

Please sign in to comment.