diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index f5dc692..f2a36c0 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -45,7 +45,6 @@ jobs: uses: actions/configure-pages@v5 - name: Build Jekyll site run: | - ${{ steps.deployment.outputs.page_url }} bundle install bundle exec jekyll build - name: Upload artifact @@ -54,6 +53,7 @@ jobs: deploy: environment: name: github-pages + url: ${{ steps.deployment.outputs.page_url}} runs-on: ubuntu-latest needs: build steps: