Skip to content

Debug/rmbarber/island errors #17

Debug/rmbarber/island errors

Debug/rmbarber/island errors #17

Workflow file for this run

name: Build and Deploy Docs
on:
workflow_dispatch:
pull_request:
branches:
- main
types:
- closed
jobs:
build-and-deploy-docs:
if: ${{ github.event.pull_request.merged }} or ${{ github.event_name == 'workflow_dispatch' }}

Check warning on line 13 in .github/workflows/build_docs.yml

View workflow run for this annotation

GitHub Actions / Build and Deploy Docs

Workflow syntax warning

.github/workflows/build_docs.yml (Line: 13, Col: 9): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
- uses: ./.github/actions/python-poetry-env
- name: Deploy docs
run: poetry run mkdocs gh-deploy --force