Skip to content

rebuild without 404 page #13

rebuild without 404 page

rebuild without 404 page #13

Workflow file for this run

name: Release from main to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist
branch: gh-pages
token: ${{ secrets.GITHUB_TOKEN }}