stop using container for gds action #34
This file contains hidden or 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: docs | |
| on: | |
| push: | |
| workflow_dispatch: | |
| jobs: | |
| docs: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Checkout repo | |
| uses: actions/checkout@v6 | |
| with: | |
| submodules: recursive | |
| - name: Install sv2v | |
| uses: ./.github/actions/install-sv2v | |
| - name: sv2v | |
| run: make sv2v | |
| - name: hack | |
| run: touch src/utoss-risc-v/src/Instruction_Decode/RegisterFile.sv2v.v | |
| - name: Build docs | |
| uses: TinyTapeout/tt-gds-action/docs@ttgf26a |