mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-01 18:01:43 +08:00
fix syntax
This commit is contained in:
6
.github/workflows/deploy_bookdown.yml
vendored
6
.github/workflows/deploy_bookdown.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user