1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-04-02 02:11:27 +08:00

fix: missing space

This commit is contained in:
Zhang Fuxin
2021-10-28 07:32:35 +08:00
parent b5a5937512
commit b103c12ad4

View File

@@ -15,7 +15,7 @@ jobs:
- uses: r-lib/actions/setup-pandoc@v1
- uses: r-lib/actions/setup-renv@v1
with:
cache-version:1
cache-version: 1
- name: Render Book
run: make
- uses: actions/upload-artifact@v1