File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1818 - name : Download docs
1919 run : |
2020 curl -L -o flatpak-builder.pkg.tar.zst https://archlinux.org/packages/extra/x86_64/flatpak-builder/download/
21- tar --zstd -xf flatpak-builder.pkg.tar.zst
21+ mkdir -p flatpak-builder
22+ tar --zstd -xf flatpak-builder.pkg.tar.zst -C flatpak-builder
23+ rm -f flatpak-builder.pkg.tar.zst
2224
2325 - name : Get current docs version
2426 run : |
2729
2830 - name : Move docs
2931 run : |
30- cp -vf usr/share/doc/flatpak-builder/flatpak-builder-docs.html docs/
31- rm -rf usr /
32+ cp -vf flatpak-builder/ usr/share/doc/flatpak-builder/flatpak-builder-docs.html docs/
33+ rm -rf flatpak-builder /
3234
3335 - name : Get new docs version
3436 run : |
Original file line number Diff line number Diff line change 1818 - name : Download docs
1919 run : |
2020 curl -L -o flatpak-docs.pkg.tar.zst https://archlinux.org/packages/extra/x86_64/flatpak-docs/download/
21- tar --zstd -xf flatpak-docs.pkg.tar.zst
21+ mkdir -p flatpak-docs
22+ tar --zstd -xf flatpak-docs.pkg.tar.zst -C flatpak-docs
23+ rm -f flatpak-docs.pkg.tar.zst
2224
2325 - name : Get current docs version
2426 run : |
2729
2830 - name : Move docs
2931 run : |
30- cp -vf usr/share/doc/flatpak/flatpak-docs.html docs/
31- rm -rf usr /
32+ cp -vf flatpak-docs/ usr/share/doc/flatpak/flatpak-docs.html docs/
33+ rm -rf flatpak-docs /
3234
3335 - name : Get new docs version
3436 run : |
You can’t perform that action at this time.
0 commit comments