1

Fix up CI

This commit is contained in:
Evan Pratten 2024-10-27 16:36:20 -04:00
parent e58082a420
commit 780c4c6d8e
2 changed files with 3 additions and 5 deletions
.github/workflows
.gitignore

@ -24,7 +24,6 @@ jobs:
- name: Build only
uses: shalzz/zola-deploy-action@v0.19.1
env:
BUILD_DIR: ./ewpratten.com
BUILD_ONLY: true
BUILD_FLAGS: --drafts
@ -47,7 +46,6 @@ jobs:
- name: Build only
uses: shalzz/zola-deploy-action@v0.19.1
env:
BUILD_DIR: ./ewpratten.com
BUILD_ONLY: true
- name: Publish to Cloudflare Pages
@ -56,6 +54,6 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: ewpratten
directory: ewpratten.com/public
directory: public
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
wranglerVersion: '2'

4
.gitignore vendored

@ -9,9 +9,9 @@ Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
/*/public/
/public/
/*/node_modules/
/node_modules/
.dev.vars