Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Merge pull request #8 from Twi1ightSparkle/2023.08.08 #7

Merge pull request #8 from Twi1ightSparkle/2023.08.08

Merge pull request #8 from Twi1ightSparkle/2023.08.08 #7

Workflow file for this run

name: github pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./src