Skip to content

👷 Update main.yml #42

👷 Update main.yml

👷 Update main.yml #42

Workflow file for this run

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