Skip to content

Commit

Permalink
Merge pull request #3 from qtc-de/dev
Browse files Browse the repository at this point in the history
Workflow improvements
  • Loading branch information
qtc-de authored Jul 17, 2024
2 parents 97b9710 + edb0bee commit 91f128a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
mkdir html modules
mv internals ndr src utils win modules/
v doc -all -f html -o html -m modules/ .
echo '<meta http-equiv="refresh" content="0;url=https://qtc-de.github.io/rpv/rpv.html" />' > html/_docs/index.html
echo '<meta http-equiv="refresh" content="0;url=https://qtc-de.github.io/rpv/rpv.html" />' > html/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: 'html/_docs/'
path: 'html/'

deploy:
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ jobs:
mkdir -p ~/.vmodules/qtc_de
ln -s $(pwd) ~/.vmodules/qtc_de/rpv
make all
- name: Archive example executables
uses: actions/upload-artifact@v4
with:
name: rpv-compiled-examples
path: examples/*.exe

0 comments on commit 91f128a

Please sign in to comment.