Skip to content

Update deploy-docs.yml #22

Update deploy-docs.yml

Update deploy-docs.yml #22

Workflow file for this run

name: Deploy documentation
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- run: yarn install
- name: publish to github pages
run: ./deploy_docs.sh