asciidoctor-action:Asciidoctor的Github动作

时间:2024-03-08 20:24:42
【文件属性】:

文件名称:asciidoctor-action:Asciidoctor的Github动作

文件大小:6KB

文件格式:ZIP

更新时间:2024-03-08 20:24:42

Dockerfile

Asciidoctor GitHub操作 要使用此操作,请将以下配置添加到.github / workflows / docs-build.yml name: Build documentation on: push: branches: - main - master jobs: deploy-docs: runs-on: ubuntu-18.04 name: Build and deploy docs to Github pages steps: - name: Checkout code uses: actions/checkout@v2 - name: Create docs build directory run: mkdir dist && chmod 777 dist


【文件预览】:
asciidoctor-action-main
----.github()
--------workflows()
----action.yml(407B)
----Dockerfile(1KB)
----LICENSE(1KB)
----run-locally.sh(143B)
----README.md(869B)
----docs()
--------file.adoc(237B)
--------index.adoc(983B)
----puppeteer-config.json(46B)
----bin()
--------mmdc(98B)
----entrypoint.sh(361B)

网友评论