Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
AI-For-Beginners
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
Huan Ma
AI-For-Beginners
Commits
c6399510
Unverified
Commit
c6399510
authored
2 years ago
by
Jen Looper
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into main
parents
7fa258bc
2429b397
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/docsify.yml
+16
-15
16 additions, 15 deletions
.github/workflows/docsify.yml
with
16 additions
and
15 deletions
.github/workflows/docsify.yml
+
16
−
15
View file @
c6399510
name
:
docsify-action
# You may pin to the exact commit or the version.
# uses
:
tool3/docsify-action@0221337ae139ac03ef834b9705a13395d587ba0e
uses
:
tool3/docsify-action@v1.0.3
with
:
# github access token
github_token
:
# destination dir
dir
:
"
etc/docsify"
# destination branch
branch
:
"
main"
# docsify-cli args
docsify_args
:
# optional
# commit message used when pushing
commit_msg
:
# optional, default is docs update 📚
name
:
docs
on
:
[
push
]
jobs
:
build-docs
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@master
-
uses
:
tool3/docsify-action@master
with
:
github_token
:
${{ secrets.GP_TOKEN }}
dir
:
etc/docsify
# destination branch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment