Skip to content

Commit

Permalink
Removed debug steps
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscarrollsmith committed Oct 4, 2023
1 parent b249bf0 commit e1c1b01
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,12 @@ jobs:
run: |
echo "DOMAIN=$(node -e 'console.log(new URL(require("./src/customizations/siteproperties.json").url).hostname)')" >> $GITHUB_OUTPUT
- name: Debug DOMAIN
run: echo "Debug DOMAIN=${{ steps.set-domain.outputs.DOMAIN }}"

- name: Add CNAME to dist
run: |
if [[ "${{ steps.set-domain.outputs.DOMAIN }}" != *.github.io ]]; then
echo ${{ steps.set-domain.outputs.DOMAIN }} > ./dist/CNAME
fi
- name: Debug CNAME
run: cat ./dist/CNAME

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit e1c1b01

Please sign in to comment.