mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-12 06:19:05 +00:00
Correct config for the last time
And don't use GitHub Pages at least for the moment.
This commit is contained in:
parent
eb19bfc150
commit
59563d7167
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -12,11 +12,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixpkgs-unstable
|
nix_path: nixpkgs=channel:nixpkgs-unstable
|
||||||
- run: nix develop -c make build
|
- 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
|
- name: Deploy to Netlify
|
||||||
uses: nwtgck/actions-netlify@v1.2
|
uses: nwtgck/actions-netlify@v1.2
|
||||||
with:
|
with:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
baseURL = "https://foo-dogsquared.github.io/"
|
baseURL = "https://foodogsquared.one/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "Gabriel Arazas"
|
title = "Gabriel Arazas"
|
||||||
enableGitInfo = true
|
enableGitInfo = true
|
||||||
|
Loading…
Reference in New Issue
Block a user