Skip to content

Commit

Permalink
ci: Update host_docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylajara authored Jun 25, 2024
1 parent 137e997 commit 6d2035f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/host_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Commit documentation changes
run: |
git clone https://github.com/kennylajara/WML.git --branch gh-pages --single-branch gh-pages
cp -r docs/build/html/* gh-pages/
pwd && ls && cp -r docs/build/html/* gh-pages/
cd gh-pages
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
Expand Down

0 comments on commit 6d2035f

Please sign in to comment.