Skip to content

fixing the build

fixing the build #208

Workflow file for this run

name: Docs
on:
push:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
cancel:
name: Cancel Previous Runs
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
docs:
runs-on: ubuntu-20.04
steps:
env:

Check failure on line 25 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 25
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Install
run: ./.ci/install.sh
- name: Extract
run: ./.ci/extract.sh
- name: Push
run: ./.ci/push.sh