Skip to content

Commit

Permalink
Update deploy-gh-pages.yaml (#3)
Browse files Browse the repository at this point in the history
* Update deploy-gh-pages.yaml

* Update index.html
  • Loading branch information
lucetrez authored Jan 6, 2024
1 parent f4eec13 commit bfe5cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
paths: ["pages"]
paths: ["pages/*"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
// both arguments should be pre-validated
// 1. same length
// 2. same chosen format (number vs number ...)

let bulls = 0;
let cows = 0;
for (const i in currentGuess) {
Expand Down

0 comments on commit bfe5cde

Please sign in to comment.