Skip to content

Commit

Permalink
Back to GHA...
Browse files Browse the repository at this point in the history
...but keep GL CI/CD for when GHAs are offline
  • Loading branch information
brycewray committed Oct 7, 2023
1 parent 5d71fe2 commit 68bbba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hugo-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
GITHUB: false
GITHUB: true
HUGO_VERSION: 0.119.0 # will get Extended Version below
HUGO_NPM: true # choices: 'true' and 'false' (mainly checking only for [== "true"])
# ^^ refers to whether we're using the npm pkg `hugo-installer`
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stages:
image: node:latest

variables:
GITLAB: "true"
GITLAB: "false"
CLOUDFLARE_API_TOKEN: $CFP_API_TOKEN
CLOUDFLARE_ACCOUNT_ID: $CF_ACCOUNT_ID
# HUGO_NPM: "true" # choices: 'true' and 'false' (mainly checking only for [== "true"])
Expand Down

0 comments on commit 68bbba5

Please sign in to comment.