Skip to content

Commit 33459eb

Browse files
committed
Fix typo, cloning wrong repo
1 parent 0febfc2 commit 33459eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
cd ../
6262
- name: Commit documentation changes
6363
run: |
64-
git clone https://github.com/petercorke/bdsim.git --branch gh-pages --single-branch gh-pages
64+
git clone https://github.com/petercorke/ansitable.git --branch gh-pages --single-branch gh-pages
6565
cp -r docs/build/html/* gh-pages/
6666
cd gh-pages
6767
git config --local user.email "action@github.com"

0 commit comments

Comments
 (0)