Skip to content

Commit

Permalink
build(pages): ignore deploy name
Browse files Browse the repository at this point in the history
  • Loading branch information
Octobug committed Nov 23, 2023
1 parent 853a2ce commit 20419c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

env:
BASE_URL: ${{ vars.BASE_URL }}
GISCUS_REPO_ID: ${{ vars.GISCUS_REPO_ID }}
GISCUS_CATEGORY_ID: ${{ vars.GISCUS_CATEGORY_ID }}

permissions:
contents: read
Expand Down Expand Up @@ -52,7 +54,6 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
needs: build
runs-on: ubuntu-latest
name: Deploy
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 20419c6

Please sign in to comment.