Skip to content

Commit

Permalink
Fix &&&
Browse files Browse the repository at this point in the history
  • Loading branch information
v6ak committed Sep 22, 2023
1 parent 14aaa47 commit cdcc8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: build image
run: docker build . -t bleeding-edge
- name: build website
run: ENV DOCKER_TAG=bleeding-edge ./dockerenv-github.sh ./pack.sh
run: env DOCKER_TAG=bleeding-edge ./dockerenv-github.sh ./pack.sh
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit cdcc8a1

Please sign in to comment.