Skip to content

Commit

Permalink
Try to fix GH actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameobea committed Sep 4, 2024
1 parent 934de11 commit 6ba7e00
Show file tree
Hide file tree
Showing 5 changed files with 14,559 additions and 14 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/upload-artifact@v4.4.0
with:
name: dist
path: dist
path: ./dist

cypress-test:
runs-on: ubuntu-latest
Expand All @@ -136,6 +136,7 @@ jobs:
uses: actions/download-artifact@v4.1.7
with:
name: dist
path: ./dist

# Run Cypress tests
- name: Cypress Run
Expand Down Expand Up @@ -173,5 +174,6 @@ jobs:
uses: actions/download-artifact@v4.1.7
with:
name: dist
path: ./dist
- name: Deploy
run: phost update notes patch ./dist
1 change: 0 additions & 1 deletion docs/_layouts/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.cache
public
package-lock.json
yarn.lock
node_modules
11 changes: 0 additions & 11 deletions docs/_layouts/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@ module.exports = {
ignore: ['**/_layouts/**', '**/.git/**', '**/.github/**', '**/.vscode/**'],
},
},
{
resolve: `gatsby-plugin-gtag`,
options: {
// your google analytics tracking id
trackingId: `G-B1ES83ZTMR`,
// Puts tracking script in the head instead of the body
head: false,
// enable ip anonymization
anonymize: false,
},
},
{
resolve: 'gatsby-plugin-plausible',
options: {
Expand Down
1 change: 0 additions & 1 deletion docs/_layouts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"version": "1.0.0",
"dependencies": {
"gatsby": "^3.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-theme-garden": "=0.1.66",
"react": "^16.3",
Expand Down
Loading

0 comments on commit 6ba7e00

Please sign in to comment.