Skip to content

Merge branch 'main' of github.com:june-fish/june.fish #3

Merge branch 'main' of github.com:june-fish/june.fish

Merge branch 'main' of github.com:june-fish/june.fish #3

Workflow file for this run

on: push
name: Build and deploy GH Pages
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: checkout
uses: actions/checkout@v4
with:
submodules: true
- name: build_and_deploy
uses: shalzz/[email protected]
env:
# Target branch
PAGES_BRANCH: gh-pages
# Provide personal access token
TOKEN: ${{ secrets.GITHUB_TOKEN }}