mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
Delete .github/workflows/test.yml
This commit is contained in:
parent
95933d258a
commit
5e87dcf872
22
.github/workflows/test.yml
vendored
22
.github/workflows/test.yml
vendored
@ -1,22 +0,0 @@
|
|||||||
|
|
||||||
name: Deploy to Cloudflare Pages(For Test)
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Publish to Cloudflare Pages
|
|
||||||
uses: cloudflare/pages-action@v1
|
|
||||||
with:
|
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
|
||||||
accountId: eb79f13320db531d8cf1f3720966b695
|
|
||||||
projectName: doc-websoft9-com
|
|
||||||
directory: apphub/apidocs
|
|
||||||
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
Reference in New Issue
Block a user