Skip to content

Commit

Permalink
forgot to checkout repo
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Apr 16, 2024
1 parent 7f90f42 commit e907625
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/create-publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,13 @@ jobs:
r-version: 'release'
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Write out configuration
run: |
Rscirpt -e "sessionInfo()" > docs/${{ matrix.target-os }}-${{ matrix.compiler }}-${{ matrix.r-version }}.md
Rscirpt -e "ip=as.data.frame(installed.packages()[,c(1,3:4)]);ip[is.na(ip$Priority),1:2,drop=FALSE]" >> docs/${{ matrix.target-os }}-${{ matrix.compiler }}-${{ matrix.r-version }}.md
Rscirpt -e "sessionInfo()" > docs/${{ matrix.target-os }}-${{ matrix.compiler }}-${{ matrix.r-version }}-abn.md
Rscirpt -e "ip=as.data.frame(installed.packages()[,c(1,3:4)]);ip[is.na(ip$Priority),1:2,drop=FALSE]" >> docs/${{ matrix.target-os }}-${{ matrix.compiler }}-${{ matrix.r-version }}-abn.md
- name: Commit config for container
uses: EndBug/add-and-commit@v9
env:
Expand Down

0 comments on commit e907625

Please sign in to comment.