Skip to content

Merge pull request #148 from LiberoWolf/otd-stuff #390

Merge pull request #148 from LiberoWolf/otd-stuff

Merge pull request #148 from LiberoWolf/otd-stuff #390

Workflow file for this run

name: Github Pages
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
cname: otd.ink