Skip to content

disable basePath in CI #27

disable basePath in CI

disable basePath in CI #27

Workflow file for this run

name: GitHub Pages deploy
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Install node
uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm ci
- run: npm run gha-export
- name: Deploy GitHub Pages
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: out