Skip to content

Commit

Permalink
working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed May 9, 2024
1 parent eda5b79 commit ab151af
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 @@ -23,5 +23,5 @@ jobs:
publish:
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@main
with:
working-directory: docs
publish: ${{ github.event_name == 'push' && github.ref_name == 'main'}}
working-directory: .
publish: ${{ github.event_name == 'push' && github.ref_name == 'master'}}

0 comments on commit ab151af

Please sign in to comment.