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 10659e5 commit 8583aa5Copy full SHA for 8583aa5
.github/workflows/build_and_deploy_sphinx_docs.yml
@@ -33,11 +33,11 @@ jobs:
33
- name: Setup pages
34
uses: actions/configure-pages@v1
35
36
- - name: Make "Upload pages artifact" step work with containers
37
- run: |
38
- mkdir -p ${{runner.temp}}
39
- mkdir -p /__w/_temp
40
- ln -s ${{runner.temp}}/artifact.tar /__w/_temp/artifact.tar
+ #- name: Make "Upload pages artifact" step work with containers
+ # run: |
+ # mkdir -p ${{runner.temp}}
+ # mkdir -p /__w/_temp
+ # ln -s ${{runner.temp}}/artifact.tar /__w/_temp/artifact.tar
41
42
- name: Upload pages artifact
43
uses: actions/upload-pages-artifact@v1
0 commit comments