Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

ci: Use ubuntu-latest #5

ci: Use ubuntu-latest

ci: Use ubuntu-latest #5

Workflow file for this run

name: Pages
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
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