Skip to content

Commit ed667c3

Browse files
committed
removed unstable flags
1 parent 66e0c19 commit ed667c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- name: Process data
3636
run: |-
3737
git diff --quiet raw-data/ \
38-
|| deno run --allow-import --allow-read --allow-write --unstable scripts/make-places.js \
39-
&& deno run --allow-import --allow-read --allow-write --unstable scripts/make-config.js
40-
deno run --allow-import --allow-read --allow-write --unstable scripts/make-pages.js
38+
|| deno run --allow-import --allow-read --allow-write scripts/make-places.js \
39+
&& deno run --allow-import --allow-read --allow-write scripts/make-config.js
40+
deno run --allow-import --allow-read --allow-write scripts/make-pages.js
4141
- name: Commit changes
4242
run: |-
4343
git config user.name "github action"

0 commit comments

Comments
 (0)