Skip to content

small plotting update #28

small plotting update

small plotting update #28

name: build pull request
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Build the article PDF
concurrency: showyourwork-${{ github.ref }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

Check failure on line 16 in .github/workflows/build-pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-pull-request.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
- name: Build the article PDF
id: build
with:
showyourwork-spec: git+https://github.com/showyourwork/showyourwork
uses: showyourwork/showyourwork-action@v1
# SANDBOX_TOKEN: ${{ secrets.SANDBOX_TOKEN }}
OVERLEAF_EMAIL: ${{ secrets.OVERLEAF_EMAIL }}
OVERLEAF_PASSWORD: ${{ secrets.OVERLEAF_PASSWORD }}