Skip to content

ci: clean up environment #36

ci: clean up environment

ci: clean up environment #36

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build-docs:
uses: ./.github/workflows/build-docs.yml

Check failure on line 8 in .github/workflows/deploy-docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-docs.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy-docs.yml" -> "./.github/workflows/build-docs.yml" : failed to fetch workflow: workflow was not found.
secrets:
gh_token: ${{ github.token }}
deploy-internal:
runs-on: ubuntu-latest
steps:
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/_build
branch: gh-pages
clean-exclude: pr-preview
force: false