Skip to content

Commit

Permalink
chore: fix gh action
Browse files Browse the repository at this point in the history
Signed-off-by: Rajiv Ranjan Singh <rajivperfect007@gmail.com>
  • Loading branch information
iamrajiv committed Aug 22, 2024
1 parent 1fb6764 commit 8b37baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@master
- uses: redkubes/docusaurus-deploy-action@v1
with:
source-folder: website
git-user: $SOME_USERNAME
source-folder: ./
git-user: iamrajiv
git-password: ${{ secrets.GITHUB_TOKEN }}
deployment-branch: gh-pages

0 comments on commit 8b37baf

Please sign in to comment.