Skip to content

removed outputs/b/l/a/blah-b30f18.json for testing #13645

removed outputs/b/l/a/blah-b30f18.json for testing

removed outputs/b/l/a/blah-b30f18.json for testing #13645

Workflow file for this run

name: deploy
on:
workflow_dispatch: null
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
with:
python-version: '3.10'
- name: update JSON payload
run: |
python scripts/all_json.py outputs/ site/feedstock-outputs.json
- name: deploy
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
publish_branch: single-file