Skip to content

Commit

Permalink
deployment-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Martina-Graeber-One-Identity committed Nov 20, 2023
1 parent d49be21 commit 57ecb91
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ jobs:

- name: Generate documentation for qbm
run: npm run doc:qbm
working-directory: ./imxweb
working-directory: ./imxweb

- name: Deploy the documentation
uses: actions/upload-artifact@v3
with:
name: documentation
path: ./documentation/ # or path/to/artifact

0 comments on commit 57ecb91

Please sign in to comment.