mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
⬇ Downgrades redkubes/docusaurus-deploy-action to V1
This commit is contained in:
parent
70f96cd4e3
commit
0015db1b33
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docs-site.yml
vendored
2
.github/workflows/build-docs-site.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
if: github.ref == 'refs/heads/WEBSITE/docs-site-source'
|
if: github.ref == 'refs/heads/WEBSITE/docs-site-source'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: redkubes/docusaurus-deploy-action@master
|
- uses: redkubes/docusaurus-deploy-action@v1
|
||||||
with:
|
with:
|
||||||
source-folder: ./
|
source-folder: ./
|
||||||
git-user: ${{ github.actor }}
|
git-user: ${{ github.actor }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue