Merge branch 'master' into master
Dieser Commit ist enthalten in:
Commit
e4748eaeae
2 geÀnderte Dateien mit 5 neuen und 5 gelöschten Zeilen
8
.github/workflows/gh-pages.yml
gevendort
8
.github/workflows/gh-pages.yml
gevendort
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- name: Checkout đ„
|
- name: Checkout đ„
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v2.4.0
|
||||||
with:
|
with:
|
||||||
token: '${{ secrets.GHPAGES_ACTION_CHECKOUT_TOKEN_PAT }}'
|
#token: '${{ secrets.GHPAGES_ACTION_CHECKOUT_TOKEN_PAT }}'
|
||||||
fetch-depth: '0' # https://github.com/timvink/mkdocs-git-revision-date-localized-plugin#note-when-using-build-environments
|
fetch-depth: '0' # https://github.com/timvink/mkdocs-git-revision-date-localized-plugin#note-when-using-build-environments
|
||||||
|
|
||||||
- name: Install dependencies đ
|
- name: Install dependencies đ
|
||||||
|
@ -32,8 +32,8 @@ jobs:
|
||||||
- name: Deploy đ
|
- name: Deploy đ
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.2.3
|
uses: JamesIves/github-pages-deploy-action@v4.2.3
|
||||||
with:
|
with:
|
||||||
token: '${{ secrets.GHPAGES_ACTION_DEPLOY_TOKEN_PAT }}'
|
#token: '${{ secrets.GHPAGES_ACTION_DEPLOY_TOKEN_PAT }}'
|
||||||
git-config-name: '${{ secrets.GHPAGES_ACTION_DEPLOY_GITNAME_PAT }}'
|
#git-config-name: '${{ secrets.GHPAGES_ACTION_DEPLOY_GITNAME_PAT }}'
|
||||||
git-config-email: '${{ secrets.GHPAGES_ACTION_DEPLOY_GITEMAIL_PAT }}'
|
#git-config-email: '${{ secrets.GHPAGES_ACTION_DEPLOY_GITEMAIL_PAT }}'
|
||||||
branch: gh-pages # The branch the action should deploy to.
|
branch: gh-pages # The branch the action should deploy to.
|
||||||
folder: site # The folder the action should deploy.
|
folder: site # The folder the action should deploy.
|
||||||
|
|
|
@ -2,4 +2,4 @@ mkdocs-material==8.1.11
|
||||||
mkdocs-redirects==1.0.3
|
mkdocs-redirects==1.0.3
|
||||||
pygments==2.11.2
|
pygments==2.11.2
|
||||||
mkdocs-static-i18n==0.18
|
mkdocs-static-i18n==0.18
|
||||||
mkdocs-git-revision-date-localized-plugin==0.11.1
|
mkdocs-git-revision-date-localized-plugin==0.11.1
|
Laden âŠ
In neuem Issue referenzieren