We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973035a commit f4dced3Copy full SHA for f4dced3
.github/workflows/docs.yml
@@ -28,7 +28,7 @@ jobs:
28
run: ./gradlew --no-daemon clean mkdocsBuild javadoc
29
- name: Upload artifact
30
uses: actions/upload-pages-artifact@0252fc4ba7626f0298f0cf00902a25c6afc77fa8
31
- if: ${{ github.ref == 'refs/heads/main' }}
+# if: ${{ github.ref == 'refs/heads/main' }}
32
with:
33
path: build/docs
34
@@ -42,7 +42,7 @@ jobs:
42
name: github-pages
43
url: ${{ steps.deployment.outputs.page_url }}
44
runs-on: ubuntu-22.04
45
- if: github.ref == 'refs/heads/main'
+# if: github.ref == 'refs/heads/main'
46
steps:
47
- name: Deploy to GitHub Pages
48
id: deployment
0 commit comments