Skip to content

Commit

Permalink
upgrade muggle to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Feb 10, 2021
1 parent 39c137f commit 3df26b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
shell: Rscript {0}
container:
# update muggle here and in Dockerfile
image: subugoe/muggle-buildtime-onbuild:0.1.0-3
image: subugoe/muggle-buildtime-onbuild:0.1.1-20210126
env:
MUGGLE_PKG_NAME: ${{ github.event.repository.name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
run: devtools::check(error_on = "error")
- name: Build Package Website
run: |
pkgdown::build_site(override = list(new_process = FALSE))
muggle::build_site2(override = list(new_process = FALSE))
- name: Build Buildtime Image
uses: docker/build-push-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG MUGGLE_TAG=0.1.0-3
ARG MUGGLE_TAG=0.1.1-20210126
FROM subugoe/muggle-buildtime-onbuild:${MUGGLE_TAG} as buildtime
FROM subugoe/muggle-runtime-onbuild:${MUGGLE_TAG} as runtime
CMD shinycaas::shiny_opts_az(); metacheck::runMetacheck()

0 comments on commit 3df26b6

Please sign in to comment.