Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Sep 5, 2024
1 parent 79f979d commit 0711ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: efb289061241436254219b424fcea4cf
command: pages deploy build --project-name=hydejack-site
command: pages deploy build --project-name=hydejack-site-pages
- run: echo $DEPLOYMENT_URL
env:
DEPLOYMENT_URL: ${{ steps.deploy.outputs.deployment-url }}
Expand Down
6 changes: 1 addition & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ gem "jekyll", "~> 4.3"

# Using the local `./#jekyll-theme-hydejack` folder as source for the theme.
# You can remove this line (and the folder), if you have another way of fetching it (see below).
if ENV['JEKYLL_ENV'] == 'development'
gem "jekyll-theme-hydejack", path: "./#jekyll-theme-hydejack"
else
gem "jekyll-theme-hydejack", git: "https://github.com/hydecorp/hydejack", branch: "v9"
end
gem "jekyll-theme-hydejack", path: "./#jekyll-theme-hydejack"

# If you are a PRO customer and part of the ["Customers" team](https://github.com/orgs/hydecorp/teams/customers),
# you can fetch the theme from the private repository. See [Deploy in the Hydejack Docs](https://hydejack.com/docs/deploy) for details.
Expand Down

0 comments on commit 0711ce4

Please sign in to comment.