Skip to content

looks like finaly fixing the links, not quite properly, but still (#218) #112

looks like finaly fixing the links, not quite properly, but still (#218)

looks like finaly fixing the links, not quite properly, but still (#218) #112

name: Deploy to GitHub Pages
on:
push:
branches:
- source
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: source
- name: Build
run: |
npm ci
npm run-script build
cp ./CNAME ./build/CNAME
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: master
publish_dir: ./build