diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cbf4d3d..6328a9e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: - name: Generate documentation run: | - cd docs-beta + cd docs lanadoc generate env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} @@ -43,8 +43,6 @@ jobs: - name: Deploy to GitHub Pages if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/production' - run: | - echo "Deploying to GitHub Pages..." uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }}