Skip to content

Commit

Permalink
fix workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
ianalexmac committed May 9, 2024
1 parent 49ac0d7 commit 03f4584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Load Secrets
run: sed -i 's/MAPBOX_API/${{ secrets.MAPBOX_API }}/' heatmap.js
- name: Checkout
uses: actions/checkout@v4
- name: Load Secrets
run: sed -i 's/MAPBOX_API/${{ secrets.MAPBOX_API }}/' heatmap.js
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
Expand Down

0 comments on commit 03f4584

Please sign in to comment.