Skip to content

Clarify Docs on and Fix Extensions on OverviewLayer (#565) #68

Clarify Docs on and Fix Extensions on OverviewLayer (#565)

Clarify Docs on and Fix Extensions on OverviewLayer (#565) #68

Workflow file for this run

name: Avivator GitHub Pages
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- uses: pnpm/[email protected]
name: Install pnpm
id: pnpm-install
with:
version: 7
run_install: true
- name: Build 🔧
run: pnpm --filter=avivator build && touch sites/avivator/dist/.nojekyll
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: sites/avivator/dist
CLEAN: true