* Element.prototype.set - fixed bug when argument is an attribute and… #134
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: purge-jsdelivr-cache | |
on: | |
workflow_dispatch: # Put here!! | |
push: | |
branches: | |
- main | |
jobs: | |
purge-jsdelivr-cache: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: gacts/purge-jsdelivr-cache@v1 | |
with: | |
url: | | |
https://cdn.jsdelivr.net/gh/panaxit/xover@latest/xo.js | |
https://cdn.jsdelivr.net/gh/panaxit/xover@latest/xo.min.js |