Skip to content

Commit

Permalink
ci: Correct documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Challande committed Sep 22, 2022
1 parent deea244 commit e4053c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
CMAKE_BUILD_DIR: build80
with:
name: idaplugin-artifacts
path: $CMAKE_BUILD_DIR/quokka-install/*
path: ./$CMAKE_BUILD_DIR/quokka-install/*
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: doc
on:
push:
branches:
- master
- main

jobs:
deploy-doc:
Expand Down

0 comments on commit e4053c3

Please sign in to comment.