wasmerio / wasmer.io

The Wasmer.io website
https://wasmer.io/
21 stars 17 forks source link

Add Github pages deployment workflow #87

Closed smiletondi closed 1 year ago

smiletondi commented 1 year ago

This commit adds a new workflow file pages-deployment.yaml for deploying the website to Cloudflare Pages on Github pages. The workflow is triggered on a push event and runs on the ubuntu-latest platform. The workflow defines a single job called deploy with steps to checkout the code, publish the website to Cloudflare Pages using the cloudflare/pages-action@1 action, and specify the directory for deployment. The necessary permissions for read and write access are also included.