Skip to content

Commit

Permalink
Merge branch 'ukri-excalibur:main' into gk/cosma-spack-env
Browse files Browse the repository at this point in the history
  • Loading branch information
gokmenkilic authored May 16, 2024
2 parents 42ffe57 + 7bbe54a commit 1e5cfa7
Show file tree
Hide file tree
Showing 30 changed files with 11 additions and 58,710 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/docs_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
ref: gh-pages
- name: Delete preview and push changes
run: |
git config user.name "${{github.actor}}"
git config user.email "${{github.actor_id}}+${{github.actor}}@users.noreply.github.com"
git rm -rf preview/PR${{ github.event.number }}
git commit -m 'Cleanup docs for PR #${{ github.event.number }}'
git push origin gh-pages
preview_directory=preview/PR${{ github.event.number }}
if [[ -d "${preview_directory}" ]]; then
git config user.name "${{github.actor}}"
git config user.email "${{github.actor_id}}+${{github.actor}}@users.noreply.github.com"
git rm -rf "${preview_directory}"
git commit -m 'Cleanup docs for PR #${{ github.event.number }}'
git push origin gh-pages
fi
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![DOI](https://zenodo.org/badge/381099159.svg)](https://zenodo.org/doi/10.5281/zenodo.11144871)

# ExCALIBUR tests

Performance benchmarks and regression tests for the ExCALIBUR project.
Expand Down
3 changes: 0 additions & 3 deletions benchmarks/apps/legacy/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions benchmarks/apps/legacy/castep/README.md

This file was deleted.

Loading

0 comments on commit 1e5cfa7

Please sign in to comment.