Skip to content

Commit e5aaed0

Browse files
committed
Add assets placeholder
1 parent 0260118 commit e5aaed0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ jobs:
7373
- uses: actions/checkout@v4
7474

7575
- name: Create Dummy Generated Pages
76-
run: echo "TODO"
76+
run: |
77+
mkdir content/assets content/assets/placeholder
78+
echo -e "+++\ntitle = \"Bevy Assets\"\ntemplate = \"assets.html\"\n+++\n" > content/assets/_index.md
79+
echo -e "+++\ntitle = \"placeholder\"\n+++" > content/assets/placeholder/_index.md
80+
echo -e "+++\ntitle = \"Example\"\ndescription = \"Example post of assets section of site.\"\n[extra]\nlink = \"https://example.com\"\nlicenses = [\"Example License\"]\nbevy_versions = [\"x.y.x\"]\n+++" > content/assets/placeholder/example.md
7781
7882
- name: Install NPM
7983
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)