Skip to content

Commit

Permalink
Add concentrated doc file artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
monteth committed Mar 8, 2024
1 parent a93c6e4 commit 416d133
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,10 @@ jobs:
force_orphan: true
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/build
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.node-version == '20.x'
- name: Create a concentrated doc file
run: ./scripts/concatenateDocs.sh . uniformsConcentratedDocs.md
- name: Upload the concentrated doc file as an artifact
uses: actions/upload-artifact@v3
with:
name: uniformsConcentratedDocs-${{ github.sha }}-${{ github.run_id }}-$(date +'%Y-%m-%d').md
path: uniformsConcentratedDocs.md

0 comments on commit 416d133

Please sign in to comment.