Skip to content

Commit

Permalink
Microsite is updated based on docs tag (#67)
Browse files Browse the repository at this point in the history
* Microsite is updated only when pushing docs.* tags in master branch
  • Loading branch information
adrianfilip authored Oct 7, 2022
1 parent 83ae17e commit b26cde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: |
./scripts/createSite.sh ${{ github.ref }}
- name: Release to GitHub Pages
if: github.event_name != 'pull_request'
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/docs.')
uses: JamesIves/[email protected]
with:
branch: gh-pages
Expand Down

0 comments on commit b26cde0

Please sign in to comment.