Skip to content

Merge pull request #1248 from miguelcobain/fix-allow-failure #18

Merge pull request #1248 from miguelcobain/fix-allow-failure

Merge pull request #1248 from miguelcobain/fix-allow-failure #18

Workflow file for this run

name: Documentation Site
on:
push:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
cache: npm
- run: npm ci
- run: npm run build
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
keep_files: true