Skip to content

Commit 8784f72

Browse files
committed
fix deployment
1 parent 9db636f commit 8784f72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/projects-dashboard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
deploy:
3636
needs: build
3737
runs-on: ubuntu-latest
38-
environment:
39-
name: github-pages
40-
url: ${{ steps.deployment.outputs.page_url }}
38+
# environment:
39+
# name: github-pages
40+
# url: ${{ steps.deployment.outputs.page_url }}
4141
steps:
4242
- name: Download Artifacts
4343
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)