Update .gitea/workflows/deploy.yml
Some checks failed
Cloudflare Pages / deploy (push) Failing after 52s

This commit is contained in:
Syahrial Agni Prasetya 2024-02-15 09:58:00 +00:00
parent 067de5325b
commit 74e44ead37

View File

@ -18,7 +18,7 @@ jobs:
hugo-version: '0.122.0'
- name: Build
run: hugo --minify
run: "hugo --minify"
- name: Deploy to Cloudflare Pages
run: "npx --yes wrangler pages deploy --project-name ${{ env.CLOUDFLARE_PAGES_PROJECT_NAME }} ./public --branch main"
run: "npx --yes wrangler pages deploy --project-name lemniskett-moe ./public --branch main"