Skip to content

Commit 88de52b

Browse files
committed
Deploy for testing
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent c8fbb52 commit 88de52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
deploy:
4646
# The workflow upto this point is good for generating a preview,
4747
# but only commit to deploy if we are on the master branch (not a pull request).
48-
if: github.ref == 'refs/heads/master'
48+
# if: github.ref == 'refs/heads/master'
4949
environment:
5050
name: github-pages
5151
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)