Skip to content

Commit

Permalink
allow content folder non-existing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyr committed Mar 5, 2024
1 parent fe0ef34 commit e089a68
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 @@ -51,7 +51,7 @@ jobs:

- name: log status
run: |
pwd && ls -al
pwd && ls -al && ls content
- name: Setup Pages
id: pages
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Move Markdown files to Hugo content directory
run: |
mkdir content/$PUBLISH_PATH # cwd must contains content
mkdir -p content/$PUBLISH_PATH # cwd must contains content
mv temp/$MARKDOWN_DIR/*.md content/$PUBLISH_PATH/ # Move processed Markdown files to Hugo content directory
rm -rf ./temp
Expand Down

0 comments on commit e089a68

Please sign in to comment.