fix to cache due to mismatch of bram model btw hardware and sim #300
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: embed-code | |
on: | |
push: | |
branches: | |
- master | |
- wip | |
- draft | |
jobs: | |
tuto-readme: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Markdown autodocs | |
uses: dineshsonachalam/[email protected] | |
with: | |
output_file_paths: '[./learn-silice/README.md]' |