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 e600e1c commit 10c21b3Copy full SHA for 10c21b3
.github/workflows/update.yml
@@ -23,6 +23,21 @@ jobs:
23
with:
24
node-version-file: '.nvmrc'
25
26
- - name: Update
+ - name: Build
27
run: |
28
scripts/update-to-latest.sh
29
+
30
+ - name: Check out debugger-protocol-viewer
31
+ uses: actions/checkout@v2
32
+ with:
33
+ repository: ChromeDevTools/debugger-protocol-viewer
34
+ path: debugger-protocol-viewer
35
+ token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
36
37
+ - name: Update gh-pages
38
+ working-directory: debugger-protocol-viewer
39
+ run: |
40
+ ls -lsa
41
+ npm install
42
+ npm run build
43
+ npm run deploy
0 commit comments