File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 shell : bash
2424 run : tar czf /tmp/documentation.tar.gz -C user_manual/_build/html .
2525 - name : Upload static documentation
26- uses : actions/upload-artifact@v4.6.1
26+ uses : actions/upload-artifact@v4.6.2
2727 with :
2828 name : User manual.zip
2929 path : " /tmp/documentation.tar.gz"
5555 shell : bash
5656 run : tar czf /tmp/documentation.tar.gz -C developer_manual/_build/html/com .
5757 - name : Upload static documentation
58- uses : actions/upload-artifact@v4.6.1
58+ uses : actions/upload-artifact@v4.6.2
5959 with :
6060 name : Developer manual.zip
6161 path : " /tmp/documentation.tar.gz"
7575 shell : bash
7676 run : tar czf /tmp/documentation.tar.gz -C admin_manual/_build/html/com .
7777 - name : Upload static documentation
78- uses : actions/upload-artifact@v4.6.1
78+ uses : actions/upload-artifact@v4.6.2
7979 with :
8080 name : Administration manual.zip
8181 path : " /tmp/documentation.tar.gz"
You can’t perform that action at this time.
0 commit comments