diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 6b0b232..ef45fc1 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,5 +1,5 @@ # Simple workflow for deploying static content to GitHub Pages -name: Deploy static content to Pages +name: Web Publish on: # Runs on pushes targeting the default branch @@ -9,6 +9,10 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + # Run periodically to verify publish works. + schedule: + - cron: '13 5 * * 0' + # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read diff --git a/schema/std_info-1.0.0.json b/pub/std_info-1.0.0.json similarity index 100% rename from schema/std_info-1.0.0.json rename to pub/std_info-1.0.0.json