fix deploy

Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
方而静 2025-07-07 20:43:49 +08:00
parent d43ea8ecb0
commit 62a73f6f7f
Signed by: szTom
GPG Key ID: 072D999D60C6473C

View File

@ -1,10 +1,21 @@
name: Build and Deploy PDF
on:
push:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout