We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff6856 commit 41050edCopy full SHA for 41050ed
.github/workflows/gh-pages-meta.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
mkdir -p ${{ env.FUELUP_INIT_DIR }}
29
cp fuelup-init.sh ${{ env.FUELUP_INIT_DIR }}
30
- cp fuelup_init.sh ${{ env.FUELUP_INIT_DIR }}/index.html
+ cp fuelup-init.sh ${{ env.FUELUP_INIT_DIR }}/index.html
31
32
- name: Deploy latest fuelup init
33
uses: peaceiris/actions-gh-pages@v3
0 commit comments