Skip to content

ci(workflows): Lock actions to commits and improve readability (#11147) #55

ci(workflows): Lock actions to commits and improve readability (#11147)

ci(workflows): Lock actions to commits and improve readability (#11147) #55

Workflow file for this run

name: GitHub Pages CI
on:
push:
branches:
- master
- pages
paths:
- "README.md"
- ".github/scripts/on-pages.sh"
- ".github/workflows/gh-pages.yml"
jobs:
build-pages:
name: Build GitHub Pages
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Copy Files
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bash ./.github/scripts/on-pages.sh