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.
1 parent 184a630 commit 58973a0Copy full SHA for 58973a0
.github/workflows/website.yml
@@ -105,18 +105,3 @@ jobs:
105
steps:
106
- name: Deploy to GitHub Pages
107
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