Skip to content

Commit 37773d4

Browse files
committed
Delay documentation deployment
This should hopefully fix any possible issues where the NPM package may be released after the documentation is deployed, which could cause a cause miss by jsDelivr and cause the documentation to cache without pulling in the Select2 dependency. It hasn't happened yet, but I'm concerned it could happen and I don't want to put in the effort to make a more sophisticated way of handling this issue.
1 parent 796ab7b commit 37773d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
name: Deploy Grav
88
runs-on: ubuntu-latest
99
steps:
10+
- uses: maddox/actions/sleep@master
11+
with:
12+
args: "60"
1013
- uses: actions/checkout@v1
1114
- name: Copy to documentation server
1215
uses: maxheld83/rsync@v0.1.0

0 commit comments

Comments
 (0)