Skip to content

Commit

Permalink
Fix typo in gh-pages-meta.yml (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel authored Feb 21, 2024
1 parent eff6856 commit 41050ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
mkdir -p ${{ env.FUELUP_INIT_DIR }}
cp fuelup-init.sh ${{ env.FUELUP_INIT_DIR }}
cp fuelup_init.sh ${{ env.FUELUP_INIT_DIR }}/index.html
cp fuelup-init.sh ${{ env.FUELUP_INIT_DIR }}/index.html
- name: Deploy latest fuelup init
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 41050ed

Please sign in to comment.