Skip to content

Commit

Permalink
chore: fix gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
falsepopsky authored Mar 22, 2024
1 parent 28d7e5b commit 44e0b77
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ concurrency:
cancel-in-progress: false

jobs:
build:
name: 🏗️ Build
deploy:
name: 🏗️ Build and Deploy
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand All @@ -36,15 +39,6 @@ jobs:
run: pnpm install
- name: Run build
run: pnpm build:docs
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 44e0b77

Please sign in to comment.