Skip to content

Bump webpack-dev-middleware, gatsby, gatsby-plugin-react-helmet, gatsby-plugin-styled-components, gatsby-source-filesystem and gatsby-transformer-remark #86

Bump webpack-dev-middleware, gatsby, gatsby-plugin-react-helmet, gatsby-plugin-styled-components, gatsby-source-filesystem and gatsby-transformer-remark

Bump webpack-dev-middleware, gatsby, gatsby-plugin-react-helmet, gatsby-plugin-styled-components, gatsby-source-filesystem and gatsby-transformer-remark #86

Workflow file for this run

name: Test deployment scripts
'on':
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.12
- name: Install Python dependencies
run: |
python -m pip install -U pip
python -m pip install -r deployment/requirements.txt
- name: Check Astropy Librarian installation
run: |
astropylibrarian --help
- name: Download latest tutorials
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python deployment/installtutorials.py --dest public/tutorials
- name: List tutorials
run: |
tree public