Explorar el Código

Merge pull request #8909 from skyace65/BuildStable

Build offline version of stable branch
Max Hilbrunner hace 1 año
padre
commit
5eef39a471
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/build_offline_docs.yml

+ 1 - 0
.github/workflows/build_offline_docs.yml

@@ -13,6 +13,7 @@ jobs:
       matrix:
         branch:
           - master
+          - stable
           - 3.6
     steps:
       - uses: actions/checkout@v4