Skip to content

Commit 7932f0b

Browse files
committed
Build old docs as part of deployment to GitHub Pages
1 parent 10b72dc commit 7932f0b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,17 @@ jobs:
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v6
26+
with:
27+
fetch-tags: true
28+
fetch-depth: 0
29+
- name: Set user name and email for git
30+
run: |
31+
# Needed so we can apply patches
32+
git config --global user.name "GitHub Actions"
33+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
2634
- uses: ./.github/actions/generate-docs
35+
with:
36+
build: all_with_old
2737
- name: Setup pages
2838
uses: actions/configure-pages@v5
2939
- name: Upload artifact

0 commit comments

Comments
 (0)