Skip to content

Commit 41050ed

Browse files
authored
Fix typo in gh-pages-meta.yml (#580)
1 parent eff6856 commit 41050ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages-meta.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
mkdir -p ${{ env.FUELUP_INIT_DIR }}
2929
cp fuelup-init.sh ${{ env.FUELUP_INIT_DIR }}
30-
cp fuelup_init.sh ${{ env.FUELUP_INIT_DIR }}/index.html
30+
cp fuelup-init.sh ${{ env.FUELUP_INIT_DIR }}/index.html
3131
3232
- name: Deploy latest fuelup init
3333
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)