File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 shell : bash
3232 run : tar czf /tmp/documentation.tar.gz -C user_manual/_build/html .
3333 - name : Upload static documentation
34- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
34+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
3535 with :
3636 name : User manual.zip
3737 path : " /tmp/documentation.tar.gz"
7373 shell : bash
7474 run : tar czf /tmp/documentation.tar.gz -C developer_manual/_build/html/com .
7575 - name : Upload static documentation
76- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
76+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7777 with :
7878 name : Developer manual.zip
7979 path : " /tmp/documentation.tar.gz"
9898 shell : bash
9999 run : tar czf /tmp/documentation.tar.gz -C admin_manual/_build/html/com .
100100 - name : Upload static documentation
101- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
101+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
102102 with :
103103 name : Administration manual.zip
104104 path : " /tmp/documentation.tar.gz"
You can’t perform that action at this time.
0 commit comments