Skip to content

Commit c97797f

Browse files
committed
Just do it.
1 parent b2acdd5 commit c97797f

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

.github/workflows/docs.yml

+2-21
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
name: github-pages
3131
url: ${{ steps.deployment.outputs.page_url }}
3232
steps:
33+
3334
- name: Check out repo
3435
uses: actions/checkout@v4
3536

@@ -39,7 +40,7 @@ jobs:
3940
repository: ocicl/ocicl
4041
path: ocicl
4142

42-
- name: Install roswell + OCICL
43+
- name: Install build dependencies
4344
run: |
4445
set -ex
4546
sudo apt-get install -y jq
@@ -67,26 +68,6 @@ jobs:
6768
(list :source-registry (list :directory (uiop:getcwd)) :inherit-configuration))
6869
ROSWELL
6970
70-
- name: cache .roswell
71-
id: cache-dot-roswell
72-
uses: actions/cache@v3
73-
with:
74-
path: ~/.roswell
75-
key: ${{ runner.os }}-dot-roswell-${{ matrix.lisp }}-${{ hashFiles('**/*.asd') }}
76-
restore-keys: |
77-
${{ runner.os }}-dot-roswell-${{ matrix.lisp }}-
78-
${{ runner.os }}-dot-roswell-
79-
80-
- name: cache .local
81-
id: cache-dot-local
82-
uses: actions/cache@v3
83-
with:
84-
path: ~/.local
85-
key: ${{ runner.os }}-dot-local-${{ matrix.lisp }}-${{ hashFiles('**/ocicl') }}
86-
restore-keys: |
87-
${{ runner.os }}-dot-local-${{ matrix.lisp }}-
88-
${{ runner.os }}-dot-local-
89-
9071
- name: Make the docs
9172
run: |
9273
sbcl_vers=$(ls -1A ~/.roswell/impls/x86-64/linux/sbcl-bin)

0 commit comments

Comments
 (0)