Skip to content

chore: upgrade github actions #29

chore: upgrade github actions

chore: upgrade github actions #29

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
node: 20

Check failure on line 11 in .github/workflows/deploy.yaml

View workflow run for this annotation

GitHub Actions / Build and Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yaml (Line: 11, Col: 5): Unexpected value 'node'
env:
TRAVIS_PULL_REQUEST: ${{ github.event.pull_request.number }}
steps:
- name: Checkout 🛎
uses: actions/checkout@v4
- name: Build
run: |
git clone https://github.com/frodrigo/gl-style-package-spec.git
cd gl-style-package-spec
bash ./task/run.sh
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./gl-style-package-spec/build