Skip to content

Commit

Permalink
Cleans up github workflows. Enables daily website release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed Sep 11, 2023
1 parent fc4b92a commit 94c055b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 107 deletions.
103 changes: 0 additions & 103 deletions .github/workflows/publish/computeState.js

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Publish Website

on:
push:
tags:
- 'v*'
# enable users to manually trigger with workflow_dispatch
schedule:
- cron: 0 23 * * *
workflow_dispatch: {}

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand Down

0 comments on commit 94c055b

Please sign in to comment.