Skip to content

Commit c99d43f

Browse files
authored
Update deploy.yml
1 parent b854c59 commit c99d43f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
sudo mv hugo /usr/local/bin/
4040
hugo version
4141
42-
# Explicitly forces Hugo to pull down the remote Blowfish files over the network
4342
- name: Fetch Remote Modules and Build
4443
run: |
45-
hugo mod get -u
46-
hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
44+
hugo mod init github.com/IBM/CodeEngine || true
45+
hugo mod get -u github.com/nunocoracao/blowfish/v2
46+
hugo --minify --configDir config/_default --baseURL "${{ steps.pages.outputs.base_url }}/"
4747
4848
- name: Upload artifact
4949
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)