Skip to content

Commit d23e029

Browse files
committed
.github/workflows/static.yml:
1 parent 28ef137 commit d23e029

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/static.yml

-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
name: github-pages
2828
url: ${{ steps.deployment.outputs.page_url }}
2929
runs-on: ubuntu-latest
30-
if: ${{ !env.ACT }}
3130
steps:
3231
- name: Checkout
3332
uses: actions/checkout@v3
@@ -43,4 +42,3 @@ jobs:
4342
id: deployment
4443
uses: actions/deploy-pages@v1
4544
if: ${{ !env.ACT }}
46-

0 commit comments

Comments
 (0)