Skip to content

Commit

Permalink
wait for gh-pages to be updated before map update
Browse files Browse the repository at this point in the history
  • Loading branch information
gosko committed May 14, 2020
1 parent a98ae07 commit ec7145e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
asset_name: build.zip
tag: ${{ github.ref }}
overwrite: true
- name: Wait for gh-pages to be updated
uses: jakejarvis/wait-action@master
with:
time: '30s'
- name: Update URL mapping on W3C site
uses: fjogeleit/http-request-action@master
with:
Expand Down

0 comments on commit ec7145e

Please sign in to comment.