Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 30827c0

Browse files
authored
Update page build trigger (#21)
* replace "deployment" with "page_build" * Fix manually constructed URL * Fix indent error
1 parent 397ab69 commit 30827c0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,14 @@ steps:
5555
#2 - Turn on GitHub Pages
5656
- title: "Turn on GitHub Pages"
5757
description: "Create serve your repository contents on a web page using GitHub Pages."
58-
event: "deployment"
58+
event: page_build
5959
link: '{{ repoUrl }}/settings'
6060
actions:
61+
- type: octokit
62+
method: repos.getPages
63+
owner: '%payload.repository.owner.login%'
64+
repo: '%payload.repository.name%'
65+
action_id: pagesUrl
6166
- type: createPullRequest
6267
action_id: pr
6368
title: Give your portfolio a header

0 commit comments

Comments
 (0)