Skip to content

Commit 694eff1

Browse files
committed
Build old docs as part of deployment to GitHub Pages
1 parent b83cf75 commit 694eff1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

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

0 commit comments

Comments
 (0)