Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Commit 5eba7b1

Browse files
committed
actually update the example project
1 parent 88921db commit 5eba7b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/example-sync.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,16 @@ jobs:
3838
3939
- name: update example
4040
run: |
41+
mkdir old_sources
42+
mv old_example/src/* old_sources
4143
cd old_example
44+
rm -rf *
45+
cp -r ../rust-gh-example .
46+
rm src/*
47+
mv ../old_sources/* src
48+
49+
- name: commit example
50+
run: |
4251
git config user.name github-actions
4352
git config user.email github-actions@github.com
4453
git add .

0 commit comments

Comments
 (0)