Skip to content

Commit

Permalink
Repair location of CNAME file #302
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianK13 committed Sep 17, 2024
1 parent 54a2245 commit 8bbc55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/open-pv/website.git
echo "User-agent: *" > public/robots.txt
echo "Disallow: /" >> public/robots.txt
echo "test.openpv.de" > CNAME
echo "test.openpv.de" > public/CNAME
npm run build
npm run deploy:test

0 comments on commit 8bbc55c

Please sign in to comment.