Skip to content

Commit fdcf674

Browse files
committed
Update build step in blank.yml to include directory change after Hugo build
1 parent 6e57714 commit fdcf674

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/blank.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434

3535
#5. build (public 폴더에 저장 된다.)
3636
- name: Build Hugo Site
37-
run: |
38-
hugo --minify
37+
run: hugo --minify && cd public && pwd
3938
# minify는 압축시키는 것을 의미한다.
4039

4140
#6.Deploy 배포: git token이 필요하다. gh-pages로 publish하는 것 잊지 말자

0 commit comments

Comments
 (0)