Skip to content

Commit

Permalink
Revert "Temporarily deploy from branches"
Browse files Browse the repository at this point in the history
This reverts commit f4dced3.
  • Loading branch information
sanderploegsma committed Jan 23, 2024
1 parent f4dced3 commit e3b8ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: ./gradlew --no-daemon clean mkdocsBuild javadoc
- name: Upload artifact
uses: actions/upload-pages-artifact@0252fc4ba7626f0298f0cf00902a25c6afc77fa8
# if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' }}
with:
path: build/docs

Expand All @@ -42,7 +42,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-22.04
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit e3b8ba8

Please sign in to comment.