Skip to content

Commit

Permalink
ci: Fix workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
laosb committed Feb 20, 2024
1 parent eb5867f commit 13f9f9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Generate Docs
env:
OTHER_DOCC_FLAGS: "--transform-for-static-hosting --output-path=./public"
run:
run: ./Scripts/Build_Doc.sh
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@1
with:
Expand Down
Empty file modified Scripts/Build_Doc.sh
100644 → 100755
Empty file.

0 comments on commit 13f9f9f

Please sign in to comment.