Skip to content

Merge pull request #15 from hhoao/master #23

Merge pull request #15 from hhoao/master

Merge pull request #15 from hhoao/master #23

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
name: Github-Pages-Deploy
runs-on: ubuntu-latest
steps:
# Any prerequisite steps
- uses: actions/checkout@master
# Deploy to local repo
- name: Deploy
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: gh-pages
FOLDER: website
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}