Skip to content

Commit

Permalink
Merge pull request #3 from nparashar150/workflows/testing
Browse files Browse the repository at this point in the history
Testing gh-page-actions workflow
  • Loading branch information
nparashar150 authored Sep 22, 2022
2 parents 00bdc9c + c5e5317 commit 24cdd8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_on_commit_and_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Deploying to gh-pages
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</head>
<body>
</body>
<script async defer src="./js/useState.js"></script>
<script async defer src="./js/own-react-bundle.js"></script>
<script async defer src="./js/useState.js"></script>
</html>

0 comments on commit 24cdd8f

Please sign in to comment.