Skip to content

Commit e9db85e

Browse files
committed
Hanlde world.html by Actions to deploy
1 parent 006ebbf commit e9db85e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/scheduler_daily.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
run: |
9696
ruby -i -pe '$_.gsub!("geolonia-api-key=YOUR-API-KEY",
9797
"geolonia-api-key=${{ env.GEOLONIA_API_KEY }}")' _site/index.html
98+
ruby -i -pe '$_.gsub!("geolonia-api-key=YOUR-API-KEY",
99+
"geolonia-api-key=${{ env.GEOLONIA_API_KEY }}")' _site/world.html
98100
99101
- name: 🚀 Deploy to GitHub Pages
100102
if: github.ref == 'refs/heads/main' && job.status == 'success'

0 commit comments

Comments
 (0)