Skip to content

Commit

Permalink
Added the folder docs to the building folder
Browse files Browse the repository at this point in the history
  • Loading branch information
imendizabal committed Jun 24, 2024
1 parent 052acae commit 80158e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
run: |
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
--baseURL "${{ steps.pages.outputs.base_url }}/" \
-s docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 80158e2

Please sign in to comment.