We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e0fce commit c7c852dCopy full SHA for c7c852d
.github/workflows/doc.yml
@@ -37,6 +37,8 @@ jobs:
37
# Turn warnings into errors only for PRs
38
# Disable expensive graphs for PRs also
39
run: |
40
+ # NOTE: tags have issues, see https://github.com/actions/checkout/issues/2041
41
+ git fetch --tags
42
ln -fs scripts/cmake-presets/ci-ubuntu-github.json CMakeUserPresets.json
43
mkdir build && cd build
44
cmake --preset=${CMAKE_PRESET} --log-level=VERBOSE \
@@ -83,6 +85,8 @@ jobs:
83
85
pip install -r scripts/doc-requirements.txt
84
86
- name: Configure celeritas
87
88
89
90
91
92
0 commit comments