Skip to content

Commit 645444b

Browse files
authored
Update test.yml
1 parent fb4a1ff commit 645444b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ jobs:
1616
deploy:
1717
runs-on: ubuntu-latest
1818
steps:
19+
- uses: actions/checkout@v4
1920
- uses: actions/checkout@v4
2021
with:
2122
ref: gh-pages
2223
path: site
24+
- name: Set up Docker Buildx
25+
uses: docker/setup-buildx-action@v2
2326
- name: Build Docker Image
2427
run: |
2528
docker build -t ${{ env.DOCKER_REPO }}:latest .

0 commit comments

Comments
 (0)