Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo staging-temp and add docusaurus versions - Fleek - 1 #168

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/publish-on-fleek.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
workflow_dispatch:
inputs:
source_branch:
description: 'Publish content from branch (master|staging-temp)'
description: 'Publish content from branch (master|staging)'
required: true
default: staging-temp
default: staging
type: choice
options:
- master
- staging-temp
- staging

jobs:
build-and-deploy:
Expand All @@ -28,7 +28,7 @@ jobs:
cache: 'yarn'

- name: Install and build
run: yarn && yarn build
run: yarn && yarn docs:subgraph && yarn optimize-svg && yarn build

- name: Activate Fleek
run: mv fleek_${{ inputs.source_branch }}.json .fleek.json
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# Generated files
.docusaurus
.cache-loader
/docs/subgraph/reference-guide

# Misc
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion fleek_master.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": {
"baseDir": "",
"publicDir": "build/",
"command": "yarn && yarn build",
"command": "yarn && yarn docs:subgraph && yarn optimize-svg && yarn build",
"rootDir": ""
}
}
2 changes: 1 addition & 1 deletion fleek_staging-temp.json → fleek_staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": {
"baseDir": "",
"publicDir": "build/",
"command": "yarn && yarn build",
"command": "yarn && yarn docs:subgraph && yarn optimize-svg && yarn build",
"rootDir": ""
}
}