File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ jobs:
4242 mkdir html modules
4343 mv internals ndr src utils win modules/
4444 v doc -all -f html -o html -m modules/ .
45- echo '<meta http-equiv="refresh" content="0;url=https://qtc-de.github.io/rpv/rpv.html" />' > html/_docs/ index.html
45+ echo '<meta http-equiv="refresh" content="0;url=https://qtc-de.github.io/rpv/rpv.html" />' > html/index.html
4646
4747 - name : Upload artifact
4848 uses : actions/upload-pages-artifact@v2
4949 with :
50- path : ' html/_docs/ '
50+ path : ' html/'
5151
5252 deploy :
5353 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3737 mkdir -p ~/.vmodules/qtc_de
3838 ln -s $(pwd) ~/.vmodules/qtc_de/rpv
3939 make all
40+
41+ - name : Archive example executables
42+ uses : actions/upload-artifact@v4
43+ with :
44+ name : rpv-compiled-examples
45+ path : examples/*.exe
You can’t perform that action at this time.
0 commit comments