Skip to content

update bio

update bio #16

Workflow file for this run

name: Deploy site
on:
push:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: bssg
working-directory: ./tools/bssg
run: cargo run
- name: Deploy
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: gh-pages
FOLDER: ./workdir/www_out
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}