Fix Android layout safe area top inset for AdMob and Next.js SSR hydr… #28
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: "Run Docs CD" | |
| on: | |
| push: | |
| branches: | |
| - "main" | |
| jobs: | |
| build-deploy-docs: | |
| uses: ./.github/workflows/docs.yml | |
| with: | |
| deploy: true | |
| permissions: | |
| contents: write |