Skip to content

Commit

Permalink
Update hugo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sairampillai authored Dec 22, 2023
1 parent 1409e7e commit 9e34319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Check public folder
run: |
pwd && ls -a
pwd && ls -a && ls public
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./public
path: public

# Deployment job
deploy:
Expand Down

0 comments on commit 9e34319

Please sign in to comment.