Skip to content

Commit

Permalink
Add cname and fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaether committed Sep 27, 2019
1 parent 5da3a84 commit 84109ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
git config --global user.name "Polkadot Wiki CI"
echo "machine github.com login w3fbot password $GITHUB_TOKEN" > ~/.netrc
cd website && yarn install && GIT_USER=w3fbot yarn run publish-gh-pages
workflows:
version: 2
Expand Down
1 change: 1 addition & 0 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const siteConfig = {
baseUrl: '/',
projectName: 'polkadot-wiki',
organizationName: 'w3f',
cname: 'wiki.polkadot.network',

// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
Expand Down

0 comments on commit 84109ce

Please sign in to comment.