Merge pull request #3719 from sandstorm-io/docs-ephemeral-urls #72
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: doc-prod | |
on: | |
push: | |
branches: [master] | |
paths: | |
- 'mkdocs.yml' | |
- 'docs/**' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
env: | |
SANDSTORM_DOC_URL: ${{ secrets.doc_url_prod }} | |
steps: | |
- uses: actions/checkout@v4 | |
- run: bash -x docs/generate.sh -s -p |