File tree Expand file tree Collapse file tree 6 files changed +1123
-979
lines changed Expand file tree Collapse file tree 6 files changed +1123
-979
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- name : Deploy
1
+ # name: Deploy
2
2
3
- on :
4
- push :
5
- branches :
6
- - main
3
+ # on:
4
+ # push:
5
+ # branches:
6
+ # - main
7
7
8
- permissions :
9
- contents : write
8
+ # permissions:
9
+ # contents: write
10
10
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
19
19
20
- - name : Install node packages
21
- run : yarn
20
+ # - name: Install node packages
21
+ # run: yarn
22
22
23
- - name : Build
24
- run : yarn build
23
+ # - name: Build
24
+ # run: yarn build
25
25
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
Original file line number Diff line number Diff line change @@ -67,3 +67,6 @@ yarn-error.log
67
67
.pnp.js
68
68
# Yarn Integrity file
69
69
.yarn-integrity
70
+
71
+ # Local Netlify folder
72
+ .netlify
Original file line number Diff line number Diff line change @@ -10,12 +10,6 @@ module.exports = {
10
10
siteUrl,
11
11
} ,
12
12
plugins : [
13
- {
14
- resolve : `gatsby-plugin-google-gtag` ,
15
- options : {
16
- trackingIds : [ "G-S9F9021Q9B" ] ,
17
- } ,
18
- } ,
19
13
`gatsby-plugin-catch-links` ,
20
14
`gatsby-plugin-robots-txt` ,
21
15
{
Original file line number Diff line number Diff line change 14
14
"gatsby-plugin-catch-links" : " ^5.14.0" ,
15
15
"gatsby-plugin-feed" : " ^5.14.0" ,
16
16
"gatsby-plugin-google-fonts" : " ^1.0.1" ,
17
- "gatsby-plugin-google-gtag" : " ^5.14.0" ,
18
17
"gatsby-plugin-manifest" : " ^5.14.0" ,
19
18
"gatsby-plugin-offline" : " ^6.14.0" ,
20
19
"gatsby-plugin-react-helmet" : " ^6.14.0" ,
You can’t perform that action at this time.
0 commit comments