Skip to content

Commit

Permalink
chore: upgrade github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jul 30, 2024
1 parent 1e09127 commit 64ab883
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
container: node:6
container: node:20

env:
TRAVIS_PULL_REQUEST: ${{ github.event.pull_request.number }}

steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Checkout 🛎
uses: actions/checkout@v4

- name: Build
run: |
Expand All @@ -24,7 +24,7 @@ jobs:
bash ./task/run.sh
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./gl-style-package-spec/build

0 comments on commit 64ab883

Please sign in to comment.