We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
psturtle.com
1 parent 581a3b0 commit c3d789bCopy full SHA for c3d789b
.github/workflows/deploy.yml
@@ -4,8 +4,8 @@ name: Deploy
4
on:
5
# Runs on pushes
6
push:
7
- # and run on a schedule
8
- schedule:
+ # and optionally run on a schedule
+ # schedule:
9
# for those that don't speak cron, this would try to run 42 minutes past the hour, every hour
10
# - cron: '42 0-23 * * *'
11
# Allows you to run this workflow manually from the Actions tab
CNAME
@@ -1 +1 @@
1
-turtle.powershellweb.com
+psturtle.com
0 commit comments