diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3bee891..c5faccd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,20 +27,9 @@ jobs: - name: Show files in the current directory run: ls - deploy: - runs-on: ubuntu-latest - needs: build - - steps: - name: Checkout repository uses: actions/checkout@v3 - - name: Show files in the current directory - run: ls - - - name: Show files in the current directory - run: ls ./src - - name: Deploy to Github Pages uses: peaceiris/actions-gh-pages@v3 with: @@ -51,3 +40,5 @@ jobs: user_email: 'github-actions[bot]@users.noreply.github.com' commit_message: 'Publish to gh-pages' + +