Skip to content

Commit 169ac80

Browse files
committed
Build website
1 parent aa49ade commit 169ac80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818

1919
- name: Build website
2020
run: |
21-
# wget https://github.com/maude-lang/maude-lang.github.io/releases/download/maude/old-maude-website.tar.xz
21+
wget https://github.com/maude-lang/maude-lang.github.io/releases/download/maude/old-maude-website.tar.xz
2222
mkdir output
23-
# tar -xf old-maude-website.tar.xz -C output
23+
tar -xf old-maude-website.tar.xz -C output
2424
pip install -r requirements.txt
25-
python generate.py --prefix /maudeweb/ --no-ext
25+
python generate.py --prefix / --no-ext
2626
touch output/.nojekyll
2727
2828
- name: Upload static files as artifact

0 commit comments

Comments
 (0)