Browse Source
* 👷 CI: try fix azure ci * 👷 CI : remove node@8 version * 👷 CI : fix window ci error * 🙈 ignore: ignore CNAME * 👷 CI : open HEADLESS * 👷 CI : new rebase script * 👷 CI :add issue auto reference * 👷 CI :add GitHub_Pages_Deploy action * 👷 CI :add GitHub_Pages_Deploy actionpull/6007/head
committed by
GitHub
7 changed files with 38 additions and 11 deletions
@ -0,0 +1,7 @@ |
|||||
|
action "Deploy to GitHub Pages" { |
||||
|
uses = "maxheld83/ghpages@v0.2.1" |
||||
|
env = { |
||||
|
BUILD_DIR = "dist/" |
||||
|
} |
||||
|
secrets = ["ACTION_TOKEN"] |
||||
|
} |
||||
@ -0,0 +1,11 @@ |
|||||
|
workflow "Add an issue reference to a pull request" { |
||||
|
on = "pull_request" |
||||
|
resolves = "Add an issue reference" |
||||
|
} |
||||
|
|
||||
|
action "Add an issue reference" { |
||||
|
uses = "kentaro-m/add-an-issue-reference-action@master" |
||||
|
secrets = ["ACTION_TOKEN"] |
||||
|
# branch name prefix |
||||
|
args = "{\"branch\":\"issue\"}" |
||||
|
} |
||||
Loading…
Reference in new issue