Explorar o código

Remove reference from docs CI (#491)

Reinis Mazeiks %!s(int64=3) %!d(string=hai) anos
pai
achega
726e1d50bd
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      .github/workflows/docs.yml

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

@@ -23,7 +23,6 @@ jobs:
       - name: Build
         run: cd docs &&
           cd guide && mdbook build -d ../nightly/guide && cd .. &&
-          cd reference && mdbook build -d ../nightly/reference && cd .. &&
           cd router && mdbook build -d ../nightly/router  && cd ..
 
       - name: Deploy 🚀