From c82123b9b6d92851a1c1b03086eb1cbac8976f2b Mon Sep 17 00:00:00 2001 From: kss2k Date: Fri, 17 Jan 2025 08:21:33 +0100 Subject: [PATCH] docs-workflow update --- .github/workflows/docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9d82d42..a4bcce9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,6 +5,7 @@ on: branches: - main - master + - to_py-warning # for testing purposes, REMOVE LATER! # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -24,6 +25,8 @@ concurrency: jobs: build: runs-on: ubuntu-latest + container: + image: ghcr.io/statisticsnorway/docker-rpython-base:latest steps: - name: Check out the repository uses: actions/checkout@v4