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