gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + Gno.land: a blockchain for timeless code and fair open-source
https://gno.land/
Other
859 stars 348 forks source link

Auto deployment of docs not functioning properly #1532

Closed leohhhn closed 5 months ago

leohhhn commented 6 months ago

Description

https://github.com/gnolang/gno/pull/1468 was merged in Jan 12th 5:13PM GMT+1. The changes are reflected on docs.gno.land soon after. https://github.com/gnolang/gno/pull/1529 was merged in 7 minutes later, but the changes are not live yet as of writing this.

This makes me think that there is an issue with the automatic deployment - perhaps the changes were too close time-wise? Can we look into this?

zivkovicmilos commented 6 months ago

I think the issue is that the autodeploy cancels the building process if there are no changes to the misc/docusaurus folder: Capture

leohhhn commented 6 months ago

This shouldn't be the case; autodeployment should happen if there is any change in the misc/docusaurus, or the docs/ folders.

@albttx can we update this?

albttx commented 6 months ago

Oh, yeah, since docs/ is ../../ from docusaurus folder, it's not taken, i'll check how to fix that