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

Commit

Permalink
use options
Browse files Browse the repository at this point in the history
  • Loading branch information
Schpidi committed Dec 11, 2023
1 parent 707918e commit 9e458b3
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,21 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/build-push-action@v2
- name: Checkout
uses: actions/checkout@v3
- name: Build docker image
uses: docker/build-push-action@v2
with:
tags: deside-deliverables
push: false
- uses: addnab/docker-run-action@v3
name: Build the pages
- name: Build pages
uses: addnab/docker-run-action@v3
with:
image: deside-deliverables
run: ./bin/generate-docs.sh
- uses: actions/upload-artifact@v3
options: -v ${{ github.workspace }}:/opt/documents
run: /opt/documents/bin/generate-docs.sh
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: output
path: './output'
Expand Down

0 comments on commit 9e458b3

Please sign in to comment.