File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
.github/workflows/actions/build_docs Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,12 @@ inputs:
8
8
9
9
runs :
10
10
using : ' composite'
11
+
11
12
steps :
12
13
- name : Get current week number of year
13
14
id : date
14
15
run : echo "date=$(date +%Y-W%W)" >> $GITHUB_OUTPUT # e.g., 2024-W19
16
+ shell : bash
15
17
16
18
# Install Micromamba with conda-forge dependencies
17
19
- name : Setup Micromamba
59
61
# Change modification times of the two files, so GMT won't refresh it
60
62
touch ~/.gmt/gmt_data_server.txt ~/.gmt/gmt_hash_server.txt
61
63
ls -lhR ~/.gmt
64
+ shell : bash -l {0}
62
65
env :
63
66
GH_TOKEN : ${{ github.token }}
64
67
67
70
run : |
68
71
python -m build --sdist
69
72
python -m pip install dist/*
73
+ shell : bash
70
74
71
75
- name : Build the HTML documentation
72
76
run : make -C doc clean html
77
+ shell : bash -l {0}
73
78
74
79
- name : Build the PDF documentation
75
80
run : make -C doc pdf
81
+ shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments