zola-deploy-action:Github用于构建Zola网站和部署到Github Pages的操作

时间:2024-05-18 02:17:11
【文件属性】:

文件名称:zola-deploy-action:Github用于构建Zola网站和部署到Github Pages的操作

文件大小:130KB

文件格式:ZIP

更新时间:2024-05-18 02:17:11

github actions zola github-actions HTML

Zola部署动作 GitHub动作,可自动将您的网站构建和部署为GitHub Pages到master分支。 目录 用法 此示例将在push到任何分支的基础上构建,然后部署到gh-pages。 on: push name: Build and deploy on push jobs: build: name: shalzz/zola-deploy-action runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: shalzz/zola-deploy-action uses: shalzz/zola-deploy-action@master env: PAGES_BRANCH: gh-pages BUI


【文件预览】:
zola-deploy-action-master
----test-site()
--------.gitignore(7B)
--------README.md(3KB)
--------content()
--------config.toml(535B)
--------static()
--------LICENSE(34KB)
--------upstream()
--------screenshot.png(16KB)
--------theme.toml(565B)
--------sass()
--------.travis.yml(493B)
--------templates()
----Dockerfile(669B)
----README.md(4KB)
----.github()
--------workflows()
--------FUNDING.yml(65B)
----LICENSE(1KB)
----entrypoint.sh(2KB)
----action.yaml(201B)

网友评论