Skip to content

Commit

Permalink
ci(deploy): Fix website origin
Browse files Browse the repository at this point in the history
Signed-off-by: Helio Chissini de Castro <[email protected]>
  • Loading branch information
heliocastro committed Feb 14, 2024
1 parent 95f2527 commit 192674e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
shell: bash
run: |
mkdir -p themes/docsy
hugo --minify -b .
hugo --minify -b 'https://www.eclipse.org/sw360/'
- name: Archive
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 192674e

Please sign in to comment.