Skip to content
This repository was archived by the owner on Jun 24, 2026. It is now read-only.
/ UE23CS Public archive

CC: add pyqs

CC: add pyqs #21

Workflow file for this run

name: wiki
on:
push:
branches:
- main
jobs:
trigger-cloudflare:
runs-on: ubuntu-latest
steps:
- name: Cloudflare build-hook
run: |
curl -d "" "$CF_BUILD_HOOK_URL"
env:
CF_BUILD_HOOK_URL: ${{ secrets.CF_BUILD_HOOK_URL }}