Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Sep 5, 2024
1 parent 4c60002 commit 1134a52
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/pr-diff-and-deploy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,7 @@ jobs:
fetch-depth: '0'
ref: ${{ github.head_ref }}

# - name: Setup the environment
# uses: mamba-org/setup-micromamba@v1
# with:
# environment-file: environment.yaml
# init-shell: bash
# cache-environment: true
# Build the PR version of the website
# YOUR_BUILD_CODE below should be replaced with code that builds your website
# - name: Build the PR version of the website


# - name: Build the PR version of the website
# run: quarto render textbook; ls -al textbook; tree
# shell: bash -el {0} # Required to see the mamba init env
- uses: quarto-dev/quarto-actions/setup@v2
- uses: quarto-dev/quarto-actions/render@v2
with:
Expand All @@ -70,7 +57,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: textbook/_book
publish_dir: _book
keep_files: true
destination_dir: pull${{ github.event.number }}
- run: tree
Expand Down

0 comments on commit 1134a52

Please sign in to comment.