BCDA-APS / bluesky_training

Bluesky training, including instrument package
https://bcda-aps.github.io/bluesky_training/
Other
11 stars 0 forks source link

upload documentation artifact from CI #274

Closed prjemian closed 4 months ago

prjemian commented 4 months ago

As done in other projects, this is a useful way to review changes to the project documentation. It deposits a Zip or .tar.gz file of the static web site built by the CI process.

    - name: Upload Docs ZIP file as artifact
      uses: actions/upload-artifact@v4
      with:
        name: ${{ env.REPOSITORY_NAME }}-docs
        path: docs/build/html/
prjemian commented 4 months ago

This would help the review of PR #272.

prjemian commented 4 months ago

There's an example at the bottom of this page: https://github.com/BCDA-APS/bluesky_training/actions/runs/8033224132