Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DefiedParty authored Mar 2, 2024
1 parent e924f7d commit 4b8cbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build test ver.
name: Build cips@nyist test ver.

on:
push:
Expand All @@ -18,7 +18,7 @@ jobs:
run: docker build -t localbuild -f Dockerfile .

- name: Build site
run: docker run --rm -it -v $(pwd):/buildout localbuild
run: docker run --rm -v $(pwd):/buildout localbuild

- name: Copy pxe background image
run: cp pxe_bg.png buildout/
Expand Down

0 comments on commit 4b8cbc9

Please sign in to comment.