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

minor bugfixes

minor bugfixes #212

Workflow file for this run

name: Pages
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Build and Commit
uses: sphinx-notes/pages@master
with:
extra_files: |
CNAME
LICENSE
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages