Skip to content

Commit

Permalink
Removing real repository from copy-paste example (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdoolittle committed Mar 11, 2022
1 parent 35082eb commit e781e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Or to push docs changes automatically to a `gh-pages` branch:
```yaml
- name: Commit documentation changes
run: |
git clone https://github.com/ammaraskar/sphinx-action-test.git --branch gh-pages --single-branch gh-pages
git clone https://github.com/your_git/repository.git --branch gh-pages --single-branch gh-pages
cp -r docs/_build/html/* gh-pages/
cd gh-pages
git config --local user.email "action@github.com"
Expand Down

0 comments on commit e781e9a

Please sign in to comment.