Skip to content

Fix site space and name #4

Fix site space and name

Fix site space and name #4

Workflow file for this run

name: Docs
on:
push:
branches:
- "feature/cd-docs"
tags:
- '**'
workflow_dispatch: ~
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: checkout atlas-docs
uses: actions/checkout@v4
with:
repository: ecmwf/atlas-docs
- name: checkout atlas source
uses: actions/checkout@v4
with:
path: atlas-source
ref: master
- name: install doxygen
run: sudo apt install doxygen
- name: build docs
run: make PUBLIC=1 WITH_ECKIT=1 WITH_DOXYGEN=1 ATLAS_SOURCE_DIR=atlas-source clean html
- name: publish
uses: ecmwf-actions/reusable-workflows/ecmwf-sites-upload@sites-upload
with:
token: ${{ secrets.ECMWF_SITES_TOKEN }}
path: build/html
space: docs
name: atlas