Skip to content

Merge pull request #5 from paa-listas/feature-cache #4

Merge pull request #5 from paa-listas/feature-cache

Merge pull request #5 from paa-listas/feature-cache #4

COPY
name: Docs Only Build

Check failure on line 2 in .github/workflows/docs-only-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs-only-build.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
on:
workflow_dispatch:
jobs:
build-docs:
name: Build Docs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build Documentation
uses: nikeee/[email protected]
with:
args: docfx_project/docfx.json
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs