Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
oceanbase
miniob
提交
8a33f521
M
miniob
项目概览
oceanbase
/
miniob
1 年多 前同步成功
通知
74
Star
1521
Fork
537
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
分析
仓库
DevOps
项目成员
Pages
M
miniob
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Pages
分析
分析
仓库分析
DevOps
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
提交
未验证
提交
8a33f521
编写于
5月 23, 2023
作者:
羽飞
提交者:
GitHub
5月 23, 2023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Create jekyll-gh-pages.yml
上级
99eece10
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
53 addition
and
0 deletion
+53
-0
.github/workflows/jekyll-gh-pages.yml
.github/workflows/jekyll-gh-pages.yml
+53
-0
未找到文件。
.github/workflows/jekyll-gh-pages.yml
0 → 100644
浏览文件 @
8a33f521
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name
:
Deploy Jekyll with GitHub Pages dependencies preinstalled
on
:
# Runs on pushes targeting the default branch
push
:
branches
:
[
"
main"
]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch
:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions
:
contents
:
read
pages
:
write
id-token
:
write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency
:
group
:
"
pages"
cancel-in-progress
:
false
jobs
:
# Build job
build
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v3
with
:
submodules
:
false
-
name
:
Setup Pages
uses
:
actions/configure-pages@v3
-
name
:
Build with Jekyll
uses
:
actions/jekyll-build-pages@v1
with
:
source
:
./
destination
:
./_site
-
name
:
Upload artifact
uses
:
actions/upload-pages-artifact@v1
# Deployment job
deploy
:
environment
:
name
:
github-pages
url
:
${{ steps.deployment.outputs.page_url }}
runs-on
:
ubuntu-latest
needs
:
build
steps
:
-
name
:
Deploy to GitHub Pages
id
:
deployment
uses
:
actions/deploy-pages@v2
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录