Skip to content

Commit

Permalink
Fix typo for "Preview Sealos Docs Site" workflow (#4190)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchuansheng committed Oct 29, 2023
1 parent 2015389 commit 74b95f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-docs-preview.yml
Expand Up @@ -25,6 +25,10 @@ env:
jobs:
build:
name: Build
# The environment this job references
environment:
name: Preview
url: ${{ steps.vercel-action.outputs.preview-url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -94,7 +98,7 @@ jobs:
- name: Write md
run: |
echo "# 🤖 Generated by deploy action" > report.md
echo "[👀 Visit Preview](${{ needs.deploy-preview.outputs.url }})" >> report.md
echo "[👀 Visit Preview](${{ needs.build.outputs.url }})" >> report.md
cat report.md
- name: Gh Rebot for Sealos
uses: labring/gh-rebot@v0.0.6
Expand Down

0 comments on commit 74b95f1

Please sign in to comment.