Skip to content

Commit b94770e

Browse files
committed
Save docs in workspace
1 parent ca10178 commit b94770e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
steps:
99
- name: Install dependencies
1010
run: |
11-
sudo apt-get update
12-
sudo apt-get install -y git python3 python3-pip zip
1311
sudo pip3 install --system sphinx
1412
- uses: actions/checkout@v1
1513
- name: Set up DFHack
@@ -21,8 +19,8 @@ jobs:
2119
- name: Build docs
2220
run: |
2321
$HOME/dfhack/docs/build.sh
24-
zip -r $HOME/docs.zip $HOME/dfhack/docs/html
22+
zip -r docs.zip $HOME/dfhack/docs/html
2523
- uses: actions/upload-artifact@master
2624
with:
2725
name: docs.zip
28-
path: $HOME/docs.zip
26+
path: docs.zip

0 commit comments

Comments
 (0)