Skip to content

Commit 4e93e88

Browse files
authored
Merge pull request #247 from r-devel/workflows/docs
fetch gh-page branch first
2 parents 2ac421e + 88be72f commit 4e93e88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-mkdocs-website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
git config --global user.email "[email protected]"
7575
git config --global user.name "github-actions"
7676
77+
git fetch origin gh-pages
7778
git worktree add gh-pages gh-pages
7879
cp -r site/* gh-pages/
7980
cd gh-pages

0 commit comments

Comments
 (0)