Skip to content

Commit

Permalink
デプロイ設定を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
dicenull committed Jun 3, 2024
1 parent 1df716d commit cb666c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
needs:
- build-github-desktop
- build-basic-design
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit cb666c8

Please sign in to comment.