Quartz sync: Mar 1, 2025, 4:35 PM
Some checks failed
/ Deploy to Cloudflare Pages (push) Failing after 39s

This commit is contained in:
Anthony Berg 2025-03-01 16:35:40 +01:00
parent a04f02da23
commit a5826a4366

View File

@ -24,6 +24,6 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: ACIT4330 # e.g. 'my-project'
projectName: acit4330-anthonyberg # e.g. 'my-project'
directory: public # e.g. 'dist'
gitHubToken: ${{ secrets.GITHUB_TOKEN }}