We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2c55c commit fbcab54Copy full SHA for fbcab54
1 file changed
.github/workflows/prs.yml
@@ -9,7 +9,7 @@ concurrency:
9
permissions:
10
contents: read
11
jobs:
12
- test:
+ test_data_generation:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v5
@@ -41,6 +41,12 @@ jobs:
41
for json_file in *.json; do
42
python ../../scripts/generate_schema_md.py $json_file >> index.md
43
done
44
- - run: |
+ - name: Test building the website
45
+ run: |
46
source /tmp/venv_docs/bin/activate
47
zensical build --clean
48
+ - name: Upload EESSI API metadata
49
+ uses: actions/upload-artifact@v4
50
+ with:
51
+ name: eessi-api-metadata
52
+ path: docs/data/eessi_api_metadata_software.json
0 commit comments