Skip to content

Tue Jan 2 12:11:02 CST 2024 #7

Tue Jan 2 12:11:02 CST 2024

Tue Jan 2 12:11:02 CST 2024 #7

Workflow file for this run

name: static
on:
pull_request:
branches:
- main
- master
push:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- name: checkout
uses: actions/checkout@v4
- name: build_and_deploy
uses: shalzz/[email protected]
env:
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}