Skip to content

Commit 8583aa5

Browse files
committed
Disable unnecessary step in build and upload docs workflow [skip ci]
1 parent 10659e5 commit 8583aa5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_and_deploy_sphinx_docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
- name: Setup pages
3434
uses: actions/configure-pages@v1
3535

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
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
4141

4242
- name: Upload pages artifact
4343
uses: actions/upload-pages-artifact@v1

0 commit comments

Comments
 (0)