mirror of https://github.com/Lissy93/dashy.git
👷 Update base path to be relative
This commit is contained in:
parent
dc29370542
commit
2e40718531
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: redkubes/docusaurus-deploy-action@master
|
- uses: redkubes/docusaurus-deploy-action@master
|
||||||
with:
|
with:
|
||||||
source-folder: /
|
source-folder: ./
|
||||||
git-user: ${{ github.actor }}
|
git-user: ${{ github.actor }}
|
||||||
git-password: ${{ secrets.GITHUB_TOKEN }}
|
git-password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
deployment-branch: gh-pages
|
deployment-branch: gh-pages
|
||||||
|
|
Loading…
Reference in New Issue