Update .gitea/workflows/deploy-pages.yml
changed build image
This commit is contained in:
@@ -10,20 +10,15 @@ jobs:
|
|||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: container.psi.ch/linux-infra/documentation
|
image: gitea.psi.ch/images/alpine-jupyterbook
|
||||||
steps:
|
steps:
|
||||||
- name: Install node
|
|
||||||
run: |
|
|
||||||
apt-get update
|
|
||||||
apt-get install -y nodejs git
|
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apk add doxygen graphviz
|
||||||
apt-get install -y doxygen graphviz
|
|
||||||
|
|
||||||
- name: Build musrfit-tech-docu
|
- name: Build musrfit-tech-docu
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user