Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
derveydylan committed Feb 25, 2025
1 parent 706ebfc commit e3f203e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ jobs:
run: npm install

- name: Build Angular project
run: npx ng build --base-href "https://togglight.derveydylan.github.io/" --output-path=dist
run: npx ng build --base-href "https://togglight.derveydylan.github.io/" --output-path=../derveydylan.github.io/togglight

- name: Add CNAME file
run: |
mkdir -p dist/togglight
echo "togglight.derveydylan.github.io" > dist/CNAME
run: echo "togglight.derveydylan.github.io" > ../derveydylan.github.io/togglight/CNAM

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit e3f203e

Please sign in to comment.