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'
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: redkubes/docusaurus-deploy-action@master
|
||||
- uses: redkubes/docusaurus-deploy-action@v1
|
||||
with:
|
||||
source-folder: ./
|
||||
git-user: ${{ github.actor }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue