We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0260118 commit e5aaed0Copy full SHA for e5aaed0
.github/workflows/ci.yml
@@ -73,7 +73,11 @@ jobs:
73
- uses: actions/checkout@v4
74
75
- name: Create Dummy Generated Pages
76
- run: echo "TODO"
+ 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
81
82
- name: Install NPM
83
uses: actions/setup-node@v4
0 commit comments