Skip to content

Commit 67073ad

Browse files
committed
☁️
1 parent 96f9d3c commit 67073ad

File tree

5 files changed

+15
-1
lines changed

5 files changed

+15
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: cloudflare/pages-action@v1
3737
with:
3838
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
39-
accountId: ${{ secrets.CLOUDFLARE_API_TOKEN }}
39+
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
4040
projectName: henrikbecker
4141
directory: _site
4242

.wrangler/cache/pages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"account_id": "af8032d7b6cc4c7d17e4b039a749fd45",
3+
"project_name": "henrikbecker"
4+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"account": {
3+
"id": "af8032d7b6cc4c7d17e4b039a749fd45",
4+
"name": "Henrik.becker@hotmail.com's Account"
5+
}
6+
}

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ exclude:
2727
- Gemfile.lock
2828
- "*.orig"
2929
- "*.bicep"
30+
- "*.toml"
3031
- "*.tar"
3132
- "*.tar.*"
3233

wrangler.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "henrikbecker"
2+
pages_build_output_dir = "_site"
3+
compatibility_date = "2024-01-01"

0 commit comments

Comments
 (0)