Skip to content

Commit

Permalink
πŸ“ Deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed May 7, 2024
1 parent 73e0aae commit e3b1049
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,12 @@ jobs:
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
- uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: 472bdad691b4483dea759eadb37110bd
projectName: lrex
directory: "_build/html"
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: main
wranglerVersion: "3"

0 comments on commit e3b1049

Please sign in to comment.