We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe9d29 commit 19f6484Copy full SHA for 19f6484
.github/workflows/demo.yml
@@ -15,15 +15,15 @@ jobs:
15
build:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- run: npm ci
20
- run: npm run build:demo
21
- run: npm run test:demo
22
- run: grep -rq "/fregante/" ./demo/dist
23
# https://github.com/refined-github/github-url-detection/pull/161
24
name: Ensure that the demo is built correctly
25
- name: Upload artifact
26
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
27
with:
28
path: demo/dist/
29
@@ -42,4 +42,4 @@ jobs:
42
43
- name: Deploy to GitHub Pages
44
id: deployment
45
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments