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 0512684 commit ab7e15eCopy full SHA for ab7e15e
.github/workflows/deploy_to_pages.yml
@@ -41,6 +41,8 @@ jobs:
41
run: |
42
ruby -i -pe '$_.gsub!("geolonia-api-key=YOUR-API-KEY",
43
"geolonia-api-key=${{ env.GEOLONIA_API_KEY }}")' _site/index.html
44
+ ruby -i -pe '$_.gsub!("geolonia-api-key=YOUR-API-KEY",
45
+ "geolonia-api-key=${{ env.GEOLONIA_API_KEY }}")' _site/world.html
46
47
- name: 🚀 Deploy to GitHub Pages
48
if: github.ref == 'refs/heads/main' && job.status == 'success'
0 commit comments