Skip to content

Commit 2673366

Browse files
committed
revert
1 parent 060e1db commit 2673366

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_page.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ jobs:
4242
run: |
4343
git clone https://github.com/ipa-vsp/industrial_standards.git --branch gh-pages --single-branch gh-pages
4444
mkdir -p gh-pages/
45+
cp -r ./workshop/build/html/* gh-pages/
4546
cd gh-pages
4647
git config --local user.email "[email protected]"
4748
git config --local user.name "GitHub Action"
48-
git pull origin gh-pages
49-
rm -rf *
50-
cp -r ./workshop/build/html/* gh-pages/
5149
git add .
5250
git commit -m "Update documentation" -a || true
5351

0 commit comments

Comments
 (0)