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 c87b4d5 commit c15b78f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ on:
GH_PAGES_DEPLOY:
required: false

env:
GLOBAL_VAR: 'GlobalValue'
#env:
# GLOBAL_VAR: 'GlobalValue'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -78,9 +78,9 @@ jobs:
./build-push ${{ secrets.DOCKER_HUB_DISTRO }}
- name: Deploy
uses: JamesIves/github-pages-deploy-action@${{ steps.globals.outputs.VERSION_DPL }}
env:
GH_DEPLOY: ${{ secrets.GH_PAGES_DEPLOY }}
uses: JamesIves/github-pages-deploy-action@${{ steps.globals.outputs.VERSION_DPL }}
if: ${{ github.event_name == 'push' && env.GH_DEPLOY != 'false' }}
with:
branch: gh-pages
Expand Down

0 comments on commit c15b78f

Please sign in to comment.