Skip to content

Commit 1ce5dd7

Browse files
authored
Merge pull request #158 from cmsc430/ziggy
Deploy www action
2 parents 7573bc7 + 949c1e9 commit 1ce5dd7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/push.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
sudo apt-get install fonts-stix
1616
sudo apt-get install libunistring-dev
1717
- name: Install Racket
18-
uses: Bogdanp/setup-racket@v1.10
18+
uses: Bogdanp/setup-racket@v1.11
1919
with:
2020
architecture: 'x64'
2121
distribution: 'full'
@@ -24,9 +24,10 @@ jobs:
2424
- name: Build and test
2525
run: |
2626
export LINK_DIR=/usr/lib/x86_64-linux-gnu
27+
raco pkg install --auto ziggy/
2728
raco pkg install langs/
2829
raco make www/main.scrbl
29-
raco test langs
30+
xvfb-run raco test -p langs
3031
make -C www main
3132
- name: Archive www
3233
uses: actions/upload-artifact@v2

www/notes/outlaw.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
@(define-syntax (shell-expand stx)
2121
(syntax-case stx ()
2222
[(_ s ...)
23-
(parameterize ([current-directory (build-path notes "abscond")])
23+
(parameterize ([current-directory (build-path notes "outlaw")])
2424
(begin (apply shell (syntax->datum #'(s ...)))
2525
#'(void)))]))
2626

0 commit comments

Comments
 (0)