Skip to content

Commit 924105c

Browse files
authored
Update publish.yml
1 parent dcbe5cf commit 924105c

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,3 @@ jobs:
4545
git add .
4646
git commit -m "update pages"
4747
git push -f origin HEAD
48-
49-
- name: Push to GitHub Wiki
50-
run: |
51-
git remote add wiki https://github.com/wibbuffey/slope.wiki.git
52-
git pull wiki master
53-
git checkout master
54-
55-
git rm *
56-
git add index.md
57-
git add class.md
58-
git add utils.md
59-
60-
git mv index.md Home.md
61-
git mv class.md Classes.md
62-
git mv utils.md Functions.md
63-
64-
git add .
65-
git commit -m "Update wiki"
66-
git push -f wiki master

0 commit comments

Comments
 (0)