Skip to content

Commit 77d04f3

Browse files
authored
Merge pull request #159 from cmsc430/ziggy
Ziggy
2 parents 1ce5dd7 + 283c990 commit 77d04f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Archive www
3333
uses: actions/upload-artifact@v2
3434
with:
35-
name: www
35+
name: github-pages
3636
path: www/main
3737
deploy:
3838
needs: build-and-test

www/software.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ library.
268268

269269
To install, run the following command:
270270

271-
@verbatim|{raco pkg install 'https://github.com/cmsc430/www.git?path=langs#main'}|
271+
@verbatim|{raco pkg install --auto 'https://github.com/cmsc430/www.git?path=langs#main'}|
272272

273273
To test the package works as expected, run:
274274

0 commit comments

Comments
 (0)