An attempt to fix deployment error

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-07-06 12:08:05 +02:00
parent 76b2dade3d
commit 728f133e6b
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: wrangler publish
uses: cloudflare/wrangler-action@2.0.0
with:

View file

@ -4,7 +4,7 @@ name = 'url-processor'
# Organic Maps CF Account ID.
account_id = '462f578f0939f041e2c24ec99adce458'
workers_dev = true
compatibility_date = '2022-11-21'
compatibility_date = '2023-07-05'
main = './workers-site/index.js'
[site]