We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006ebbf commit e9db85eCopy full SHA for e9db85e
.github/workflows/scheduler_daily.yml
@@ -95,6 +95,8 @@ jobs:
95
run: |
96
ruby -i -pe '$_.gsub!("geolonia-api-key=YOUR-API-KEY",
97
"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
100
101
- name: 🚀 Deploy to GitHub Pages
102
if: github.ref == 'refs/heads/main' && job.status == 'success'
0 commit comments