Skip to content

Commit

Permalink
Merge pull request #379 from stavros-k/t
Browse files Browse the repository at this point in the history
test
  • Loading branch information
stavros-k authored Apr 9, 2024
2 parents 62c1966 + 7a8dcbe commit 9723449
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
# On push to master, set to "production" otherwiesr the head_ref
branch: ${{ github.ref == 'refs/heads/master' && 'production' || github.head_ref }}
projectName: documentation
directory: ./build
wranglerVersion: "3"

0 comments on commit 9723449

Please sign in to comment.