Wakoma / nimble

The nimble. An open source, rapidly deployable, wireless mesh network.
CERN Open Hardware Licence Version 2 - Strongly Reciprocal
62 stars 10 forks source link

Trying to fix Github Pages publish workflow #51

Closed jmwright closed 4 months ago

jmwright commented 4 months ago

Splitting the publish job out into another workflow made the upload artifact inaccessible. This attempts to download the artifact from the other workflow before publishing it.

julianstirling commented 4 months ago

After some messing around we seem to have it so that compiling always runs on every push. But deploying only happens on the master branch.

Merging now.