Skip to content

Commit

Permalink
use: GitHub Actions peaceiris/actions-mkdocs-gh-pages@master
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Apr 25, 2019
1 parent 94a1b62 commit 775a812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ action "master" {

action "Build and deploy" {
needs = "master"
uses = "./.github/mkdocs/"
uses = "peaceiris/actions-mkdocs-gh-pages@master"
secrets = [
"ACTIONS_DEPLOY_KEY"
]
Expand Down

0 comments on commit 775a812

Please sign in to comment.