Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup for IETF 121 #150

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/artifact_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,10 @@ jobs:
with:
name: Compatibility_bc_csv
path: output/
- name: Build compat matrix (r3)
run: ./src/rebuild_results_certs_r3.sh
- name: Build compat matrix (r4)
run: ./src/rebuild_results_certs_r4.sh
- name: Copy output files
run: mv ./docs/pqc_hackathon_results_certs_r3.html ./docs/pqc_hackathon_results_certs_r3_automated_tests.html ./docs/pqc_hackathon_results_certs_r4.html ./docs/pqc_hackathon_results_cms_v1.html ./output/certs/oqs_certs.log ./output/certs/bc_certs.log ./docs/gh-pages
run: mv ./docs/pqc_hackathon_results_certs_r4.html ./docs/pqc_hackathon_results_cms_v1.html ./output/certs/oqs_certs.log ./output/certs/bc_certs.log ./docs/gh-pages
- name: Archive Compatibility Matrix For Download
uses: actions/upload-pages-artifact@v3
with:
Expand Down
1 change: 0 additions & 1 deletion docs/gh-pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<p><a href="pqc_hackathon_results_certs_r3_automated_tests.html">pqc_hackathon_results_certs_r3_automated_tests.html</a></p>
<br>
<p>Test matrix generated from manually-uploaded test results:</p>
<p><a href="pqc_hackathon_results_certs_r3.html">pqc_hackathon_results_certs_r3.html</a></p>
<p><a href="pqc_hackathon_results_certs_r4.html">pqc_hackathon_results_certs_r4.html</a></p>
<p><a href="pqc_hackathon_results_cms_v1.html">pqc_hackathon_results_cms_v1.html</a></p>
<br>
Expand Down
Loading