Skip to content

Commit f4dced3

Browse files
Temporarily deploy from branches
1 parent 973035a commit f4dced3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: ./gradlew --no-daemon clean mkdocsBuild javadoc
2929
- name: Upload artifact
3030
uses: actions/upload-pages-artifact@0252fc4ba7626f0298f0cf00902a25c6afc77fa8
31-
if: ${{ github.ref == 'refs/heads/main' }}
31+
# if: ${{ github.ref == 'refs/heads/main' }}
3232
with:
3333
path: build/docs
3434

@@ -42,7 +42,7 @@ jobs:
4242
name: github-pages
4343
url: ${{ steps.deployment.outputs.page_url }}
4444
runs-on: ubuntu-22.04
45-
if: github.ref == 'refs/heads/main'
45+
# if: github.ref == 'refs/heads/main'
4646
steps:
4747
- name: Deploy to GitHub Pages
4848
id: deployment

0 commit comments

Comments
 (0)