Add ISC 2024 results and event page #76
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [ "main" ] | |
workflow_dispatch: | |
jobs: | |
web_update: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Update hpcg website | |
run: wget -O - -q http://hpcg-benchmark.org/tmpl?update | |
- name: Update hpl-mxp.org website | |
run: wget -O - -q http://hpl-mxp.org/tmpl?update | |
- name: Update hpg-mxp.org website | |
run: wget -O - -q http://hpg-mxp.org/tmpl?update | |