Merge pull request #354 from reshmabidikar/minor-doc-corrections #147
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 | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| publish: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: ruby/setup-ruby@v1 | |
| with: | |
| ruby-version: 3.2.2 | |
| bundler-cache: true | |
| - name: Setup git user | |
| run: | | |
| git config --global user.email "contact@killbill.io" | |
| git config --global user.name "Kill Bill core team" | |
| - name: Deploy Slate | |
| run: | | |
| ./deploy.sh -v |