Skip to content

Commit c7c852d

Browse files
committed
1 parent b8e0fce commit c7c852d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/doc.yml

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
# Turn warnings into errors only for PRs
3838
# Disable expensive graphs for PRs also
3939
run: |
40+
# NOTE: tags have issues, see https://github.com/actions/checkout/issues/2041
41+
git fetch --tags
4042
ln -fs scripts/cmake-presets/ci-ubuntu-github.json CMakeUserPresets.json
4143
mkdir build && cd build
4244
cmake --preset=${CMAKE_PRESET} --log-level=VERBOSE \
@@ -83,6 +85,8 @@ jobs:
8385
pip install -r scripts/doc-requirements.txt
8486
- name: Configure celeritas
8587
run: |
88+
# NOTE: tags have issues, see https://github.com/actions/checkout/issues/2041
89+
git fetch --tags
8690
ln -fs scripts/cmake-presets/ci-ubuntu-github.json CMakeUserPresets.json
8791
mkdir build && cd build
8892
cmake --preset=${CMAKE_PRESET} --log-level=VERBOSE \

0 commit comments

Comments
 (0)