bevyengine / bevy-website

The source files for the official Bevy website
https://bevyengine.org
MIT License
193 stars 332 forks source link

Fix README to specify Zola 0.18 #1602

Closed BD103 closed 1 month ago

BD103 commented 1 month ago

Unfortunately I didn't have time to catch #1600 before it was merged. The website actually uses Zola 0.18, not 0.17.2! It was updated last February in #1018.

Note how we pull in shalzz/zola-deploy-action@v0.18.0:

https://github.com/bevyengine/bevy-website/blob/e285dfdc5149b13129b81472c5ad201abdf61d08/.github/workflows/ci.yml#L247-L253

https://github.com/bevyengine/bevy-website/blob/e285dfdc5149b13129b81472c5ad201abdf61d08/.github/workflows/deploy.yml#L47-L53

victorb commented 1 month ago

Ah, my bad, based it solely on a Discord comment from @alice-i-cecile (just to wash my hands clear :rofl: )

alice-i-cecile commented 1 month ago

Yeah, that was just based on me checking what version I was running locally (which worked!). Definitely my fault!

BD103 commented 1 month ago

No worries, just trying to clear the confusion!