Fix up CI
This commit is contained in:
parent
e58082a420
commit
780c4c6d8e
@ -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
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user