Skip to content

Commit

Permalink
Update prod
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Apr 3, 2024
1 parent 2bad85e commit f4a19ec
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,17 @@ jobs:
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
website:
name: Render website
if: "!contains(github.event.commits[0].message, '[skip ci]')"
needs: docker
runs-on: ubuntu-latest
container: inseefrlab/utilitr:latest
steps:
- name: Checkout Repository
env:
GITHUB_PAT: ${{ secrets.PAT }}
uses: actions/checkout@master
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Install Dependencies
run: |
Rscript -e "install.packages(c('remotes'))"
Expand All @@ -66,7 +68,7 @@ jobs:
GITHUB_PAT: ${{ secrets.PAT }}
- name: Render Book
run: |
quarto render
quarto render --to html
- uses: actions/upload-artifact@v2
with:
name: _public
Expand Down

0 comments on commit f4a19ec

Please sign in to comment.