Skip to content

Commit

Permalink
fix(ci): fixed pages workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Feb 12, 2024
1 parent 6d47405 commit e54666d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,19 @@ jobs:
with:
name: matrix_X64

- name: Move X64 matrix under docs
run: mv matrix.md docs/matrix_X64.md

- name: Download matrix ARM64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: matrix_ARM64

- name: Move ARM64 matrix under docs
run: mv matrix.md docs/matrix_ARM64.md

- name: Disable Table Of Content for matrixes pages
run: |
mv matrix_*.md docs/
sed -i '1s/^/---\nhide:\n- toc\n---\n\n/' docs/matrix_X64.md
sed -i '1s/^/---\nhide:\n- toc\n---\n\n/' docs/matrix_ARM64.md
Expand Down

0 comments on commit e54666d

Please sign in to comment.