We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f2eec commit 3e39ac1Copy full SHA for 3e39ac1
.github/workflows/test.yaml
@@ -26,7 +26,7 @@ jobs:
26
test:
27
runs-on: ubuntu-24.04
28
steps:
29
- - run: git clone https://github.com/bangumi/dev-env $HOME/dev-env
+ - run: git clone https://github.com/bangumi/dev-env $HOME/dev-env --branch=gh-pages
30
- run: cd ~/dev-env && docker compose up -d
31
32
- uses: actions/checkout@v4
0 commit comments