Skip to content

Commit

Permalink
Changed auth for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutherland333 committed Jan 6, 2025
1 parent 7c8aac6 commit f9c1da7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: main
token: ${{ secrets.MKDOCS_PAT }}

- name: Setup Python
uses: actions/setup-python@v4
Expand All @@ -23,6 +26,4 @@ jobs:
pip install mkdocs-material
- name: Build and Deploy
run: mkdocs gh-deploy --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mkdocs gh-deploy

0 comments on commit f9c1da7

Please sign in to comment.