Skip to content

Replace Prettier config with the one provided by sv add #30

Replace Prettier config with the one provided by sv add

Replace Prettier config with the one provided by sv add #30

Workflow file for this run

name: Build and publish to GitHub Pages
on:
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- name: GitHub Pages
# You may pin to the exact commit or the version.
# uses: crazy-max/ghaction-github-pages@1510b11c0c2f843eafb8ff41b3da8c467c8d4a9f
uses: crazy-max/[email protected]
with:
build_dir: dist
fqdn: obliviate.app
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}