Skip to content

Commit

Permalink
ci: add Download template contents step in build-docker (#26)
Browse files Browse the repository at this point in the history
Why have it been successful so far??
  • Loading branch information
turtton authored Mar 26, 2023
1 parent 59fc85b commit a56ac3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Download template contents
run: |
curl -L -o temp.zip https://github.com/turtton/volglass-docs/archive/refs/heads/main.zip
7z x temp.zip
cp -r volglass-docs-main/posts .
- name: Build
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit a56ac3a

Please sign in to comment.