OSDN Git Service

Fix github actions
authorbillchenchina <billchenchina2001@gmail.com>
Wed, 27 Jan 2021 12:44:18 +0000 (20:44 +0800)
committerbillchenchina <billchenchina2001@gmail.com>
Wed, 27 Jan 2021 12:44:18 +0000 (20:44 +0800)
.github/workflows/build.yml

index 1886549..9af2c9e 100644 (file)
@@ -26,9 +26,9 @@ jobs:
       - name: Install Node.js dependencies
         run: npm install .
       - name: Page Build
-        run:
-          chmod +x ./scripts/build.sh && ./scripts/build.sh
-          mkdocs build -v
+        run: |
+          chmod +x ./scripts/build.sh && ./scripts/build.sh
+          mkdocs build -v
       - name: Render math
         run: node --max_old_space_size=3072 ./scripts/render_math.js
       - name: Gulp minify