Skip to content

Merge pull request #6 from spyglass-search/update/link_change #30

Merge pull request #6 from spyglass-search/update/link_change

Merge pull request #6 from spyglass-search/update/link_change #30

Workflow file for this run

# On every push this script is executed
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@v3
- name: "build and deploy"
uses: shalzz/[email protected]
env:
BUILD_DIR: .
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}