Skip to content

Commit b23ea76

Browse files
authored
Merge pull request #11 from nickmccurdy/configure-pages
Fix missing GitHub Pages configuration
2 parents f792895 + 2b98ecc commit b23ea76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ runs:
5757
node-version: ${{ inputs.node-version }}
5858
cache: ${{ steps.lockfile.outputs.PACKAGE_MANAGER }}
5959

60+
- name: Setup Pages
61+
uses: actions/configure-pages@v2
62+
6063
- name: Install
6164
shell: "bash"
6265
run: |

0 commit comments

Comments
 (0)