Skip to content

Commit

Permalink
Try fixing doc deployment, try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed May 18, 2024
1 parent 57ccd43 commit 8cf29f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
make html
- name: Deploy
uses: actions/checkout@v4
with:
- uses: actions/checkout@v4
with:
repository: liballeg/liballeg.github.io
ssh-key: ${{ secrets.LIBALLEG_DEPLOY_KEY }}
ref: master
path: liballeg
run: |
- run: |
cd liballeg
git config user.name "allebot"
git config user.email "13711631+allebot@users.noreply.github.com"
Expand Down

0 comments on commit 8cf29f2

Please sign in to comment.