Skip to content

Commit

Permalink
Merge pull request #1 from antmicro/umarcor/ci/cname
Browse files Browse the repository at this point in the history
ci: touch .nojekyll and add CNAME.
  • Loading branch information
kgugala authored Feb 17, 2022
2 parents 464ab75 + 72b3b67 commit 0d00552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: |
export ROOT=$(pwd)
cd /tmp/website-build/
touch .nojekyll
echo 'f4pga.org' > CNAME
git init
cp $ROOT/.git/config ./.git/config
git add .
Expand Down

0 comments on commit 0d00552

Please sign in to comment.