feat: IAM Auth for RDS (#3559) #1108
This file contains 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
on: | |
push: | |
branches: | |
- main | |
name: Publish Docs | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
if: github.ref == 'refs/heads/main' | |
steps: | |
- name: checkout | |
uses: actions/checkout@v4 | |
with: | |
submodules: true | |
- name: build_and_deploy | |
uses: shalzz/zola-deploy-action@v0.19.2 | |
env: | |
# Target branch | |
PAGES_BRANCH: gh-pages | |
# Or if publishing to the same repo, use the automatic token | |
TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
BUILD_DIR: docs |