Commit 79d941a 1 parent 9841dc8 commit 79d941a Copy full SHA for 79d941a
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ jobs:
13
13
docs :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
17
- - uses : actions/setup-python@v3
16
+ - uses : actions/checkout@v4
17
+ - uses : actions/setup-python@v5
18
18
- name : Install dependencies
19
19
run : |
20
20
pip install sphinx sphinx-autoapi
21
21
- name : Sphinx build
22
- run : make -C docs html
22
+ run : TZ=UTC make -C docs html
23
+ # set timezone explitly as workaround for https://github.com/nektos/act/issues/1853
23
24
- name : Add cozy-viz to pages deployment
24
25
run : |
25
26
DEST=./docs/build/html/cozy-viz/
Original file line number Diff line number Diff line change 10
10
tests :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- uses : cachix/install-nix-action@v26
15
15
with :
16
16
nix_path : nixpkgs=channel:nixos-unstable
You can’t perform that action at this time.
0 commit comments