We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ce5dd7 + 283c990 commit 77d04f3Copy full SHA for 77d04f3
2 files changed
.github/workflows/push.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Archive www
33
uses: actions/upload-artifact@v2
34
with:
35
- name: www
+ name: github-pages
36
path: www/main
37
deploy:
38
needs: build-and-test
www/software.scrbl
@@ -268,7 +268,7 @@ library.
268
269
To install, run the following command:
270
271
-@verbatim|{raco pkg install 'https://github.com/cmsc430/www.git?path=langs#main'}|
+@verbatim|{raco pkg install --auto 'https://github.com/cmsc430/www.git?path=langs#main'}|
272
273
To test the package works as expected, run:
274
0 commit comments