Skip to content

Commit db4259f

Browse files
committed
.
1 parent baa542d commit db4259f

File tree

6 files changed

+1123
-979
lines changed

6 files changed

+1123
-979
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
name: Deploy
1+
# name: Deploy
22

3-
on:
4-
push:
5-
branches:
6-
- main
3+
# on:
4+
# push:
5+
# branches:
6+
# - main
77

8-
permissions:
9-
contents: write
8+
# permissions:
9+
# contents: write
1010

11-
jobs:
12-
build:
13-
runs-on: ubuntu-latest
14-
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-node@v2
17-
with:
18-
node-version: 20.3.1
11+
# jobs:
12+
# build:
13+
# runs-on: ubuntu-latest
14+
# steps:
15+
# - uses: actions/checkout@v2
16+
# - uses: actions/setup-node@v2
17+
# with:
18+
# node-version: 20.3.1
1919

20-
- name: Install node packages
21-
run: yarn
20+
# - name: Install node packages
21+
# run: yarn
2222

23-
- name: Build
24-
run: yarn build
23+
# - name: Build
24+
# run: yarn build
2525

26-
- name: Deploy 🚀
27-
uses: JamesIves/github-pages-deploy-action@v4
28-
with:
29-
folder: public
26+
# - name: Deploy 🚀
27+
# uses: JamesIves/github-pages-deploy-action@v4
28+
# with:
29+
# folder: public

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ yarn-error.log
6767
.pnp.js
6868
# Yarn Integrity file
6969
.yarn-integrity
70+
71+
# Local Netlify folder
72+
.netlify

gatsby-config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ module.exports = {
1010
siteUrl,
1111
},
1212
plugins: [
13-
{
14-
resolve: `gatsby-plugin-google-gtag`,
15-
options: {
16-
trackingIds: ["G-S9F9021Q9B"],
17-
},
18-
},
1913
`gatsby-plugin-catch-links`,
2014
`gatsby-plugin-robots-txt`,
2115
{

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"gatsby-plugin-catch-links": "^5.14.0",
1515
"gatsby-plugin-feed": "^5.14.0",
1616
"gatsby-plugin-google-fonts": "^1.0.1",
17-
"gatsby-plugin-google-gtag": "^5.14.0",
1817
"gatsby-plugin-manifest": "^5.14.0",
1918
"gatsby-plugin-offline": "^6.14.0",
2019
"gatsby-plugin-react-helmet": "^6.14.0",

0 commit comments

Comments
 (0)