Skip to content

Started deploy with building pages #1

Started deploy with building pages

Started deploy with building pages #1

Workflow file for this run

on:
push:
# branches:
# - main
pull_request:
# branches:
#- main
jobs:
deploy-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Check failure on line 12 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- uses: actions/setup-python@v4
with:
python-version: 3.8
- run: pip install --user montepy[doc]
- run: cd doc
- run: make html