Merge pull request #116 from ZacharyLeahan/prod-deploy-2.0.4 #128
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish docs to gh-pages | |
on: | |
push: | |
branches: [ main ] | |
jobs: | |
publish-docs: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Project docs-site holobranch to gh-pages' | |
uses: JarvusInnovations/hologit@actions/projector/v1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
HAB_LICENSE: accept | |
with: | |
holobranch: docs-site | |
commit-to: gh-pages |