Skip to content

Commit

Permalink
ci: test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Oct 21, 2024
1 parent 88d734f commit 2304085
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ jobs:
TRAVIS_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
run: |
./build-push ${{ secrets.DOCKER_HUB_DISTRO }}
egrep --exclude=\*.{png,svg,xcf} --exclude-dir=.git -lRZ $1 . | xargs -0 -l sed -i -e 's/testdeployurl/JamesIves\/github-pages-deploy-action@v4/g'
- name: Deploy
uses: testdeployurl
- name: ${{ env.DEPLOYURL }}
uses: JamesIves/github-pages-deploy-action@v4
env:
GH_DEPLOY: ${{ secrets.GH_PAGES_DEPLOY }}
if: ${{ github.event_name == 'push' && env.GH_DEPLOY != 'false' }}
Expand Down

0 comments on commit 2304085

Please sign in to comment.