Skip to content

Commit

Permalink
set upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
necessarylion committed Nov 29, 2023
1 parent 7d7de67 commit 2caa4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
git add .
git commit -m "Deploy MkDocs to GitHub Pages"
git remote add origin https://necessarylion:${{ secrets.PUSH_TO_PROTECTED_BRANCH }}@github.com/dartondox/dox.git
git push --force
git push --set-upstream origin gh-pages -f

0 comments on commit 2caa4f1

Please sign in to comment.