Skip to content

Update displayed news in landing page #62

Update displayed news in landing page

Update displayed news in landing page #62

Workflow file for this run

name: Documentation
on: [push, pull_request]
jobs:
Build:
# Use the "reusable workflow" from the hyperspy organisation
uses: hyperspy/.github/.github/workflows/doc.yml@main
with:
doc_path: '.'
doc_build_path: './_build/html/'
# install only depencies using pip
install_dependencies_only: true
Push:
needs: Build
if: ${{ github.event_name != 'pull_request' && github.repository_owner == 'hyperspy' }}
permissions:
# needs write permission to push the docs to gh-pages
contents: write
# Use the "reusable workflow" from the hyperspy organisation
uses: hyperspy/.github/.github/workflows/push_doc.yml@main
with:
repository: 'hyperspy/hyperspy.github.com'
branch: 'main'
secrets:
access_token: ${{ secrets.PAT }}