diff --git a/.github/workflows/scc.yml b/.github/workflows/scc.yml index 6a8aed6..5784baa 100644 --- a/.github/workflows/scc.yml +++ b/.github/workflows/scc.yml @@ -20,7 +20,7 @@ jobs: id: scc uses: iryanbell/scc-docker-action@v1.0.2 with: - args: ${{ env.workspace }} -i html,rust,python,c,sml,asm,ruby + args: ${{ env.workspace }} -i html,rust,python,c,sml,asm,ruby > table.html - name: Save Results uses: peaceiris/actions-gh-pages@v3 if: ${{ github.ref == 'refs/heads/main' }}