Skip to content

Commit

Permalink
added deployment token to mkdocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentberenz committed Apr 11, 2024
1 parent cda8490 commit ff0a7d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUBACTIONS }}
- uses: actions/setup-python@v2
with:
python-version: 3.x
Expand Down

0 comments on commit ff0a7d2

Please sign in to comment.