This commit is contained in:
@@ -15,10 +15,6 @@ jobs:
|
||||
git clone https://gitea.qingshuige.ink/qingshuige-authors/qingshuige-hugo.git repo
|
||||
chmod -R 777 .
|
||||
cd repo
|
||||
echo "Listing repo directory:"
|
||||
ls
|
||||
echo "Listing themes directory:"
|
||||
ls themes/
|
||||
git checkout main
|
||||
|
||||
- name: Test Hugo
|
||||
@@ -27,6 +23,7 @@ jobs:
|
||||
|
||||
- name: Build Hugo site
|
||||
run: |
|
||||
ls -R
|
||||
hugo --minify
|
||||
|
||||
- name: Deploy to local directory
|
||||
|
||||
Reference in New Issue
Block a user