You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.
Currently, when a change is made to the website, it can take up to a few hours for the change to appear live for everyone on sert2521.org because of Cloudflare caching. Luckily, Cloudflare provides us with an API we can use to purge the cache for all or specific files. Ideally, the workflow would be as follows:
A change is committed to this repo and automatically published on our website
The GitHub action calculates the files that were changed in the last commit
This will make a much smoother developer and user experience. If you're interested in tackling this, let me know and I can help get you squared away with GitHub Actions and the Cloudflare API credentials!
The text was updated successfully, but these errors were encountered:
Currently, when a change is made to the website, it can take up to a few hours for the change to appear live for everyone on sert2521.org because of Cloudflare caching. Luckily, Cloudflare provides us with an API we can use to purge the cache for all or specific files. Ideally, the workflow would be as follows:
This will make a much smoother developer and user experience. If you're interested in tackling this, let me know and I can help get you squared away with GitHub Actions and the Cloudflare API credentials!
The text was updated successfully, but these errors were encountered: