Fix month of second HPL-MxP list in 2023 #72
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 | |