Update pages.yaml

This commit is contained in:
何夕2077
2025-08-22 13:09:21 +08:00
committed by GitHub
parent 456f0138bd
commit 265398d710

View File

@@ -70,7 +70,7 @@ jobs:
--baseURL "${{ env.APP_BASE_URL }}/"
echo "url1: ${{ vars.APP_BASE_URL }}"
echo "url2: ${{ env.APP_BASE_URL }}"
echo "url3: ${{ steps.deployment.outputs.page_ur }}"
echo "url3: ${{ steps.pages.outputs.base_url }}"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with: