Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
giper45 authored Aug 1, 2024
1 parent 0af360b commit 7907994
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
workflow_run:
workflows: ["build.yml"]
workflows: ["Build Site and Upload Artifact"]
types:
- completed

Expand Down Expand Up @@ -44,10 +44,6 @@ jobs:
name: dist
path: dist.zip



- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 7907994

Please sign in to comment.