Skip to content

Update links

Update links #51

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- master
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
concurrency: ci-${{ github.ref }}
steps:
- uses: actions/[email protected] # This action checks out your repository
- name: Run gen_static.sh script
run: sh gen_static.sh
- name: Build and Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: static
clean: true