Skip to content

Commit

Permalink
Fix workflow path
Browse files Browse the repository at this point in the history
  • Loading branch information
robalexdev committed Apr 30, 2024
1 parent 95ada5a commit 191a19b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./site/public
path: ./public
deploy:
environment:
name: github-pages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A blogroll that aggregates RSS feeds into your own news feed web site.
First fork this repository into your GitHub account.
Then enable GitHub Pages:

![Steps to enable GitHub Pages](images/Enable Pages.png)
![Steps to enable GitHub Pages](images/Enable-Pages.png)

1. Open the Settings tab on your repo
2. Select Pages from the lefthand navigation
Expand Down
File renamed without changes

0 comments on commit 191a19b

Please sign in to comment.