Skip to content

Republish

Republish #46

Workflow file for this run

name: Republish
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # midnight daily
jobs:
refresh:
if: ${{ github.repository_owner == 'cryostatio' }}
runs-on: ubuntu-latest
steps:
- run: |
curl --fail --request POST \
--url https://api.github.com/repos/${{ github.repository }}/pages/builds \
--header "Authorization: Bearer ${{ secrets.PAGES_PAT }}"