Skip to content

Init files

Init files #1

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main # or master, depending on your default branch name
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .