Skip to content

Commit

Permalink
Merge pull request #37 from testcontainers/github-build
Browse files Browse the repository at this point in the history
Allow mkdocs to use GitHub Token
  • Loading branch information
oleg-nenashev authored Jul 20, 2024
2 parents 9fbba45 + 70edd1e commit e3b58d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ jobs:
push: never
runCmd: |
mkdocs build
env: |
FULL_BUILD=true
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
5 changes: 4 additions & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
push: always
runCmd: |
mkdocs build
env: |
FULL_BUILD=true
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit e3b58d1

Please sign in to comment.