We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa49ade commit 169ac80Copy full SHA for 169ac80
.github/workflows/publish.yml
@@ -18,11 +18,11 @@ jobs:
18
19
- name: Build website
20
run: |
21
- # wget https://github.com/maude-lang/maude-lang.github.io/releases/download/maude/old-maude-website.tar.xz
+ wget https://github.com/maude-lang/maude-lang.github.io/releases/download/maude/old-maude-website.tar.xz
22
mkdir output
23
- # tar -xf old-maude-website.tar.xz -C output
+ tar -xf old-maude-website.tar.xz -C output
24
pip install -r requirements.txt
25
- python generate.py --prefix /maudeweb/ --no-ext
+ python generate.py --prefix / --no-ext
26
touch output/.nojekyll
27
28
- name: Upload static files as artifact
0 commit comments