Skip to content

Commit

Permalink
mvp
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Jul 13, 2024
1 parent d44ad01 commit 23d8bba
Show file tree
Hide file tree
Showing 6 changed files with 294 additions and 138 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/generate-downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,7 @@ jobs:
- name: Generate markdown table
id: generate_markdown
run: |
./tools/generate-downloads-table.sh > table.md
cat table.md
- name: Write to downloads.md
id: write_downloads_md
shell: bash
run: |
cat downloads-preamble.md table.md > downloads.md
rm table.md
cat downloads.md
./tools/generate-downloads-table.sh
- name: Create pull request
uses: peter-evans/create-pull-request@v4
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,7 @@ jobs:
- name: Generate markdown table
id: generate_markdown
run: |
./tools/generate-downloads-table.sh > table.md
cat table.md
- name: Write to downloads.md
id: write_downloads_md
shell: bash
run: |
cat downloads-preamble.md table.md > downloads.md
rm table.md
cat downloads.md
./tools/generate-downloads-table.sh
- name: Create pull request
uses: peter-evans/create-pull-request@v4
Expand Down
16 changes: 0 additions & 16 deletions downloads-preamble.md

This file was deleted.

Loading

0 comments on commit 23d8bba

Please sign in to comment.