Skip to content

Commit

Permalink
Update CI steps for gh-pages-meta (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel authored Feb 20, 2024
1 parent bfc3657 commit eff6856
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gh-pages-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
run: |
mkdir -p ${{ env.FUELUP_INIT_DIR }}
cp fuelup-init.sh ${{ env.FUELUP_INIT_DIR }}
# This lets us install the script directly from https://install.fuel.network/
- name: Copy fuelup_init.sh to index.html
run: 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 eff6856

Please sign in to comment.