Skip to content

Commit 4d33c0c

Browse files
authored
dont run all actions in container
1 parent 303dce0 commit 4d33c0c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_page.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ jobs:
2525
# Build job
2626
build:
2727
runs-on: ubuntu-latest
28-
container:
29-
image: klakegg/hugo:0.68.0
3028
steps:
3129
- name: Checkout
3230
uses: actions/checkout@v4
33-
- run: ls -l
31+
- run: docker pull klakegg/hugo:0.68.0
32+
- run: ls -l

0 commit comments

Comments
 (0)