From bda12dfdc1925acdd36e4e52590bbe568bf3835b Mon Sep 17 00:00:00 2001 From: Milad Vafaeifard Date: Mon, 20 May 2024 23:33:14 +0200 Subject: [PATCH] Test 4 --- .github/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 447581d..5a3c3ee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,10 @@ jobs: steps: - name: Run Bash shell: bash - run: echo "Hello World" + run: | + echo "Hello World" + echo [${{ vars.GITHUB_PAGE_URL }}] + echo [${{ steps.deployment.outputs.page_url }}] - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 \ No newline at end of file