Skip to content

Commit

Permalink
Update preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq authored Jun 6, 2024
1 parent 5ed6df3 commit f7ed6fd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,23 @@ concurrency: preview-${{ github.ref }}
jobs:
deploy-preview:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
cache-environment: true

- name: Install and Build
if: github.event.action != 'closed'
run: |
run: jb build book
jb build book
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
Expand Down

0 comments on commit f7ed6fd

Please sign in to comment.