Skip to content

Commit db86d38

Browse files
committed
Updated pages-workflow to not use a docker image
1 parent 52e9bdd commit db86d38

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pages-workflow.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
jobs:
88
build-pages:
99
runs-on: ubuntu-latest
10-
container:
11-
image: mono:latest
12-
env:
13-
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
14-
ports:
15-
- 80
10+
# container:
11+
# image: mono:latest
12+
# env:
13+
# GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
14+
# ports:
15+
# - 80
1616

1717
steps:
1818
- name: Prereqs

0 commit comments

Comments
 (0)