Skip to content

go back to using the built in deploy from branch #17

go back to using the built in deploy from branch

go back to using the built in deploy from branch #17

Workflow file for this run

name: Build and deploy GH Pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}