We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2ae59 commit a05ea36Copy full SHA for a05ea36
.github/workflows/gh-pages.yml
@@ -34,8 +34,8 @@ jobs:
34
pyodide-${{ github.ref }}-${{ env.PYODIDE_SHA_SHORT }}
35
pyodide-${{ github.ref }}
36
pyodide-refs/heads/main
37
- - name: Refresh pyodide from checkout
38
- run: cd pyodide && git checkout -- . && git status
+ - name: Refresh Pyodide from checkout
+ run: cd pyodide && git status && git checkout -- . && git status
39
- name: Build Pyodide and all required packages
40
run: |
41
cd pyodide
0 commit comments