Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Aug 30, 2024
1 parent f37a7cc commit 38f4655
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
- name: Build
run: mdbook build

# - name: Publish to Cloudflare Pages
# uses: cloudflare/pages-action@v1
# if: github.ref_name == 'main'
# with:
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
# accountId: YOUR_ACCOUNT_ID
# projectName: YOUR_PROJECT_NAME
# directory: book
# gitHubToken: ${{ secrets.GITHUB_TOKEN }}
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
if: github.ref_name == 'main'
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: e532cde53d2aaf233bc8f913f31a325f
projectName: ms-wiki-test
directory: book
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 38f4655

Please sign in to comment.