Skip to content

readme: add some useful notes #78

readme: add some useful notes

readme: add some useful notes #78

Workflow file for this run

name: Pages
on:
push:
branch:
- master
workflow_dispatch:
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: Update modification date and commit info
run: make modify-date
- name: Build and Commit
uses: sphinx-notes/pages@master
with:
extra_files: |
LICENSE
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages