Skip to content

Commit

Permalink
build pages and upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Feb 1, 2024
1 parent c5e3d61 commit 4dac6a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ jobs:

- name: build
run: docker compose up

- name: Configure GitHub Pages
uses: actions/configure-pages@v3

- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1

0 comments on commit 4dac6a9

Please sign in to comment.