Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed Apr 14, 2024
1 parent b4cfde6 commit 948b08f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
# Deployment job: heavily inspired from https://swharden.com/blog/2022-03-20-github-actions-hugo/
# /!\ only triggers on push events AND non fork repos
deploy:
needs: [build]
#needs: [build]
## Required secrets:
# - SSH_KNOWN_HOSTS
# - PRIVATE_SSH_KEY
# - CI_USER_NAME
# - STATIC_WEBSITE_PATH
if: ${{ github.event.repository.fork == 'false' }}
#if: ${{ github.event.repository.fork == 'false' }}
runs-on: ubuntu-latest
steps:
- name: Debug
Expand Down

0 comments on commit 948b08f

Please sign in to comment.