Skip to content

Merge pull request #31 from suiranfes/dependabot/npm_and_yarn/web-vit… #54

Merge pull request #31 from suiranfes/dependabot/npm_and_yarn/web-vit…

Merge pull request #31 from suiranfes/dependabot/npm_and_yarn/web-vit… #54

Workflow file for this run

name: Release-GitHub-Page
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install && npm run build
cp CNAME build/CNAME
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build
force_orphan: true