Skip to content

Commit 0ba9e6a

Browse files
authored
upd(deploy-site-to-pages) fix docker command (#40)
1 parent 3505010 commit 0ba9e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-site-to-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020
- name: Setup GH Pages
2121
uses: actions/configure-pages@v5
22-
- run: docker-compose run --rm site
22+
- run: docker compose run --rm site
2323
- name: Upload artifact
2424
uses: actions/upload-pages-artifact@v3
2525
with:

0 commit comments

Comments
 (0)