Skip to content

Commit

Permalink
github: add github pages label to workflow build yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarry committed Jan 18, 2025
1 parent 0da9e8e commit bdaf96c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:

- name: Build AlexCalc static HTML via docker
run: |
docker build -t alexcalc_html \
docker build \
--build-arg ALEXCALC_BUILD_TYPE_LABEL=github-pages \
-t alexcalc_html \
-f Dockerfile \
--target=export_output \
--output=./public \
Expand Down

0 comments on commit bdaf96c

Please sign in to comment.