Skip to content

Commit 2591efa

Browse files
authored
Rename deploy step to publish in workflow
1 parent 78f3cb1 commit 2591efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ jobs:
102102
with:
103103
path: ./public
104104

105-
deploy:
105+
publish:
106106
environment:
107107
name: github-pages
108108
url: ${{ steps.deployment.outputs.page_url }}
109109
runs-on: ubuntu-latest
110110
needs:
111111
- build
112112
steps:
113-
- name: Deploy to GitHub Pages
113+
- name: Publish to GitHub Pages
114114
id: deployment
115115
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4

0 commit comments

Comments
 (0)