Skip to content

updates on documentation maps, change style of docs #23

updates on documentation maps, change style of docs

updates on documentation maps, change style of docs #23

Workflow file for this run

name: Github Pages
on:
push:
branches:
- master
jobs:
deploy:
runxs-on: ubuntu-latest

Check failure on line 10 in .github/workflows/documentation.yml

View workflow run for this annotation

GitHub Actions / Github Pages

Invalid workflow file

The workflow is not valid. .github/workflows/documentation.yml (Line: 10, Col: 5): Unexpected value 'runxs-on' .github/workflows/documentation.yml (Line: 10, Col: 5): Required property is missing: runs-on
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build
uses: andstor/jsdoc-action@v1
with:
source_dir: ./hydrolang/
output_dir: ./docs/
config_file: ./.github/workflows/config_doc.json
template: toast-jsdoc
front_page: README.md
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./docs/