Skip to content

Commit

Permalink
fix: build only develop for now
Browse files Browse the repository at this point in the history
Fluid master is still with Qt 5 and would not build with our CI.
  • Loading branch information
plfiorini committed Nov 2, 2024
1 parent 88aa2cc commit 6c4d07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
branch:
- master
#- master
- develop
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
ls -al site
# Copy Fluid documentation
for branch in master develop; do
mv site/fluid-${branch} output/sdk/fluid/${branch}
[ -d site/fluid-${branch} ] && mv site/fluid-${branch} output/sdk/fluid/${branch}
done
# Copy files generated by mkdocs
rsync -avz site/docs/ output/
Expand Down

0 comments on commit 6c4d07b

Please sign in to comment.