We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b854c59 commit c99d43fCopy full SHA for c99d43f
1 file changed
.github/workflows/deploy.yml
@@ -39,11 +39,11 @@ jobs:
39
sudo mv hugo /usr/local/bin/
40
hugo version
41
42
- # Explicitly forces Hugo to pull down the remote Blowfish files over the network
43
- name: Fetch Remote Modules and Build
44
run: |
45
- hugo mod get -u
46
- hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
+ hugo mod init github.com/IBM/CodeEngine || true
+ hugo mod get -u github.com/nunocoracao/blowfish/v2
+ hugo --minify --configDir config/_default --baseURL "${{ steps.pages.outputs.base_url }}/"
47
48
- name: Upload artifact
49
uses: actions/upload-pages-artifact@v3
0 commit comments