Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Aug 3, 2023
1 parent e8fbe6d commit 35c820d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:

build-page:
runs-on: ubuntu-latest
needs: generate-markdown
steps:
- uses: actions/checkout@v3
- name: Download default-text
Expand All @@ -100,7 +101,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
needs: build-page
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 35c820d

Please sign in to comment.