Skip to content

fix: use workign action flow for git static page #4

fix: use workign action flow for git static page

fix: use workign action flow for git static page #4

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [ "slave" ]
pull_request:
branches: [ "slave" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3

Check failure on line 18 in .github/workflows/canaryapp.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/canaryapp.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./build