File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
29
29
key : test-${{ github.event_name }}-github-users-v0.1
30
30
- name : Build pages
31
31
env :
32
- MKDOCS_GIT_COMMITTERS_APIKEY : ${{ secrets.PAT_API_KEY }}
33
- MKDOCS_ENABLE_GIT_REVISION_DATE : ${{ secrets.PAT_API_KEY && 'True' || 'False' }}
34
- MKDOCS_ENABLE_GIT_COMMITTERS : ${{ secrets.PAT_API_KEY && 'True' || 'False' }}
32
+ MKDOCS_GIT_COMMITTERS_APIKEY : ${{ secrets.GITHUB_TOKEN }}
33
+ MKDOCS_ENABLE_GIT_REVISION_DATE : ${{ secrets.GITHUB_TOKEN && 'True' || 'False' }}
34
+ MKDOCS_ENABLE_GIT_COMMITTERS : ${{ secrets.GITHUB_TOKEN && 'True' || 'False' }}
35
35
run : |
36
36
mkdocs build --strict
37
37
- name : Upload build pages as artifact
38
- uses : actions/upload-artifact@v2
38
+ uses : actions/upload-artifact@v4
39
39
with :
40
40
name : page-build
41
41
path : public/
You can’t perform that action at this time.
0 commit comments