OSDN Git Service

[ewmove] : Removed old comments
[alterlinux/hayao.fascode.net.git] / .github / workflows / hugo.yaml
index a6807f3..63b868a 100644 (file)
@@ -21,7 +21,6 @@ jobs:
 
       - name: Build for fascode.net
         run: bash ./update-blog.sh
-        #run: hugo --minify -D
 
       - name: Deploy for fascode.net
         uses: peaceiris/actions-gh-pages@v3
@@ -32,7 +31,6 @@ jobs:
 
       - name: Build for GitHub Pages
         run: bash ./update-blog.sh --baseURL https://hayao0819.github.io/hayao.fascode.net/blog/
-        #run: hugo --minify -D
 
       - name: Deploy for GitHub Pages
         uses: peaceiris/actions-gh-pages@v3
@@ -58,7 +56,6 @@ jobs:
 
       - name: Build for GitHub Pages
         run: bash ./update-blog.sh --baseURL https://hayao0819.github.io/blog/
-        #run: hugo --minify -D
 
       - name: Pushes to another repository
         uses: cpina/github-action-push-to-another-repository@main