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

Mark repository as outdated #2

Mark repository as outdated

Mark repository as outdated #2

Workflow file for this run

name: GitHub Pages CI
on:
push:
branches:
- master
paths:
- 'README.md'
- 'docs/**'
jobs:
build-pages:
name: Build GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Copy Files
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bash ./.github/scripts/on-pages.sh