This commit is contained in:
		@@ -22,7 +22,7 @@ jobs:
 | 
				
			|||||||
      - name: Setup Hugo
 | 
					      - name: Setup Hugo
 | 
				
			||||||
        uses: https://github.com/peaceiris/actions-hugo@v2
 | 
					        uses: https://github.com/peaceiris/actions-hugo@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          hugo-version: ${{ matrix.hugo-version }}
 | 
					          hugo-version: "latest"
 | 
				
			||||||
          extended: true
 | 
					          extended: true
 | 
				
			||||||
      - name: Run Hugo
 | 
					      - name: Run Hugo
 | 
				
			||||||
        run: hugo --minify
 | 
					        run: hugo --minify
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user