summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/update-manual.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-manual.yml b/.github/workflows/update-manual.yml
index fdcfe75..ed608d9 100644
--- a/.github/workflows/update-manual.yml
+++ b/.github/workflows/update-manual.yml
@@ -32,6 +32,7 @@ jobs:
rm -rf manual
cp -R result/share/doc/darwin manual
rm result
+ git checkout master -- README.md
git config user.name github-actions
git config user.email github-actions@github.com
git add --all