Correct config for the last time

And don't use GitHub Pages at least for the moment.
This commit is contained in:
Gabriel Arazas 2022-11-22 23:42:55 +08:00
parent eb19bfc150
commit 59563d7167
2 changed files with 1 additions and 6 deletions

View File

@ -12,11 +12,6 @@ jobs:
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- run: nix develop -c make build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
branch: gh-pages
folder: public
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.2
with:

View File

@ -1,4 +1,4 @@
baseURL = "https://foo-dogsquared.github.io/"
baseURL = "https://foodogsquared.one/"
languageCode = "en-us"
title = "Gabriel Arazas"
enableGitInfo = true