Skip to content

Commit

Permalink
feat: add CNAME file before deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
derveydylan committed Feb 21, 2025
1 parent 9dc5c2c commit 19996b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,19 @@ jobs:
contents: read
pages: write
id-token: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest

needs: build

steps:
- name: Add CNAME file
run: echo "togglight.derveydylan.github.io" > dist/togglight/browser/CNAME

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 19996b1

Please sign in to comment.