1
0
mirror of synced 2024-11-22 04:56:08 +03:00

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.
This commit is contained in:
Kevin Brown 2019-10-28 04:10:33 -04:00
parent 796ab7bf41
commit 37773d408f

View File

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