Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Update pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Schpidi authored Dec 11, 2023
1 parent 2153843 commit dac5a31
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag deside-deliverables
- name: Build the pages
run: docker run --rm -it -v $PWD/:/opt/documents/ deside-deliverables bash /opt/documents/bin/generate-docs.sh
- uses: docker/build-push-action@v2
with:
tags: deside-deliverables
push: false
- uses: addnab/docker-run-action@v3
name: Build the pages
with:
image: deside-deliverables
run: /opt/documents/bin/generate-docs.sh
- uses: actions/upload-artifact@v3
with:
name: output
Expand Down

0 comments on commit dac5a31

Please sign in to comment.