Skip to content

Merge pull request #99 from iacopy/dependabot/pip/pygments-2.15.0 #145

Merge pull request #99 from iacopy/dependabot/pip/pygments-2.15.0

Merge pull request #99 from iacopy/dependabot/pip/pygments-2.15.0 #145

Workflow file for this run

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