Ver código fonte

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.
Kevin Brown 5 anos atrás
pai
commit
37773d408f
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      .github/workflows/docs-deploy.yml

+ 3 - 0
.github/workflows/docs-deploy.yml

@@ -7,6 +7,9 @@ jobs:
     name: Deploy Grav
     runs-on: ubuntu-latest
     steps:
+      - uses: maddox/actions/sleep@master
+        with:
+          args: "60"
       - uses: actions/checkout@v1
       - name: Copy to documentation server
         uses: maxheld83/[email protected]