diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 5c61c4195..f95b3f922 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -28,9 +28,6 @@ jobs: - name: Build website run: npm run build working-directory: ./docs_v2 - - #- name: Create CNAME file - # run: echo "docs.live.rbg.tum.de" > ./docs_v2/build/CNAME - name: Upload Build Artifact uses: actions/upload-pages-artifact@v3 @@ -40,7 +37,7 @@ jobs: deploy: name: Deploy to GitHub Pages needs: build - # if: github.ref == 'refs/heads/dev' + if: github.ref == 'refs/heads/dev' # Grant GITHUB_TOKEN the permissions required to make a Pages deployment permissions: