Skip to content

Commit

Permalink
tweak: Adjust build step names for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Mar 18, 2024
1 parent 8051b6d commit 76cc976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
needs: build
name: Build and Deploy
name: Deploy to Azure Static Web Apps
steps:
- name: Download Artifact
uses: actions/download-artifact@v4
with:
name: docs
path: dist

- name: Build And Deploy
- name: Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
Expand Down

0 comments on commit 76cc976

Please sign in to comment.