We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf0fbe commit 52e9bddCopy full SHA for 52e9bdd
1 file changed
.github/workflows/pages-workflow.yml
@@ -11,6 +11,8 @@ jobs:
11
image: mono:latest
12
env:
13
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
14
+ ports:
15
+ - 80
16
17
steps:
18
- name: Prereqs
0 commit comments