Skip to content

Commit 535cf41

Browse files
committed
Uncomment temporarily
1 parent 3ecf1f9 commit 535cf41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
5858
# Upload to GitHub Pages if on main branch
5959
- name: Upload artifacts using actions/upload-pages-artifact
60-
if: github.ref == 'refs/heads/main'
60+
# if: github.ref == 'refs/heads/main'
6161
id: deployment
6262
uses: actions/upload-pages-artifact@v3
6363
with:
6464
path: ./docs/build/html
6565

6666
deploy:
67-
if: github.ref == 'refs/heads/main'
67+
# if: github.ref == 'refs/heads/main'
6868

6969
needs: build
7070

0 commit comments

Comments
 (0)