Skip to content

Commit

Permalink
ci: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Oct 20, 2024
1 parent b88520a commit d832964
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ on:
GH_PAGES_DEPLOY:
required: false

env:
TEST_VAR: JamesIves/github-pages-deploy-action@v4

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand Down Expand Up @@ -73,7 +76,7 @@ jobs:
./build-push ${{ secrets.DOCKER_HUB_DISTRO }}
- name: Deploy
uses: JamesIves/github-pages-deploy-action@dev
uses: "$TEST_VAR"
env:
GH_DEPLOY: ${{ secrets.GH_PAGES_DEPLOY }}
if: ${{ github.event_name == 'push' && env.GH_DEPLOY != 'false' }}
Expand Down

0 comments on commit d832964

Please sign in to comment.