Skip to content

Commit

Permalink
CI: Split deploy-pages job
Browse files Browse the repository at this point in the history
  • Loading branch information
syyyr committed Apr 19, 2024
1 parent 049df5d commit 225721a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,12 @@ jobs:
with:
path: 'gh-sources/'

deploy-github-pages:
name: Deploy GitHub Pages
needs: [ubuntu-qt6-wasm]
runs-on: ubuntu-22.04
steps:
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/master'
uses: actions/deploy-pages@v4

create-nightly-release:
Expand Down

0 comments on commit 225721a

Please sign in to comment.