Skip to content

Commit

Permalink
Publish std_info schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Oct 4, 2024
1 parent e0dc157 commit f743604
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
File renamed without changes.

0 comments on commit f743604

Please sign in to comment.