Skip to content

Commit

Permalink
chore: fix codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod committed Apr 28, 2024
1 parent 20505d8 commit 8b21416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: peaceiris/actions-hugo@v3
-
name: hugo build
run: hugo --minify --gc --config=config.yml
run: hugo --minify --gc --config=config.yaml
-
name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
generated/
.git/
.DS_Store
resources/
resources/
.vscode/

0 comments on commit 8b21416

Please sign in to comment.