1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-04-01 18:01:43 +08:00

fix syntax

This commit is contained in:
Zhang Fuxin
2021-11-23 00:33:37 +08:00
parent 23ef08df85
commit db35c81b70

View File

@@ -14,8 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: bookdown builder
container: foxsen76/archbase-builder:latest
volumes: /tmp:/tmp
container:
image: foxsen76/archbase-builder:latest
volumes:
- /tmp:/tmp
run: git pull && make -j 8 && cp -a _book /tmp
- name: Deploy to GitHub Pages
uses: Cecilapp/GitHub-Pages-deploy@v3