From 49f6aae8f9f8c4a9fba03333e2413daae05c88c2 Mon Sep 17 00:00:00 2001 From: fotiecodes <42372656+FotieMConstant@users.noreply.github.com> Date: Sun, 22 Sep 2024 14:17:12 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }}