Skip to content

Commit 91f128a

Browse files
authored
Merge pull request #3 from qtc-de/dev
Workflow improvements
2 parents 97b9710 + edb0bee commit 91f128a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build-examples.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ jobs:
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

0 commit comments

Comments
 (0)