Skip to content

Commit

Permalink
Update deploy-documents.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyunMin authored Jun 20, 2024
1 parent ec01d57 commit a0a1eb2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: "Deploy Documents"

on:
schedule:
- cron: "0 16 * * *"
workflow_dispatch:

jobs:

build:
Expand Down Expand Up @@ -32,9 +27,9 @@ jobs:
- name: Build Documents
if: steps.cache-site.outputs.cache-hit != 'true'
run: |
cp docfx_config/docfx_API4.json docfx.json
./build.sh restore API4
./build.sh build API4
./build.sh index API4
- name: Archive Artifacts
run: |
Expand Down

0 comments on commit a0a1eb2

Please sign in to comment.