Skip to content

Check that docfile exists before resolving link #39

Check that docfile exists before resolving link

Check that docfile exists before resolving link #39

Workflow file for this run

name: GitHub Pages
on:
workflow_dispatch: {}
push:
branches: ['main']
jobs:
upload-docs:
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
env:
DOCS_DIR: 'docs/'
BRANCH: 'main'
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: ./
with:
docs-directory: ${{ env.DOCS_DIR }}
main-branch: ${{ env.BRANCH }}