Skip to content

Commit 58973a0

Browse files
committed
Remove keepalive workflow as it is no longer allowed
1 parent 184a630 commit 58973a0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/website.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,3 @@ jobs:
105105
steps:
106106
- name: Deploy to GitHub Pages
107107
uses: actions/deploy-pages@v4
108-
109-
keepalive:
110-
name: Keepalive
111-
if: github.ref == 'refs/heads/main'
112-
runs-on: ubuntu-latest
113-
permissions:
114-
actions: write
115-
steps:
116-
- name: Set repo permissions
117-
run: |
118-
git config --global --add safe.directory /home/runner/work/firedrakeproject.github.io/firedrakeproject.github.io
119-
- uses: actions/checkout@v4
120-
- uses: gautamkrishnar/keepalive-workflow@v2
121-
with:
122-
time_elapsed: 30

0 commit comments

Comments
 (0)