Skip to content

v1.2.1-alpha.2 #63

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

Merged
merged 2 commits into from
Oct 1, 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
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
publish_branch: gh-pages

docker-build-push:
name: Development Image to Dockerhub
name: Push Image to Docker Hub
if: github.event.release.target_commitish == 'main' && vars.DOCKERHUB_USERNAME != ''
needs: lint-export-client
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
<>
<meta name="description" content={description} />
<meta name="keywords" content={`acap, acap tutorials, acap-tutorials, acap dev, acap dev tutorials, acap bicol, acap-bicol, acap 1.0, acap 2.0, acap requirements, acap installation, acap changelog, acap installation and setup, acap post-installation, acap checklist, acap security, acap security guidelines, acap folder structure, acap troubleshooting, acap references, acap firebase, acap-bicol, da, amia, department of agriculture, adoptation and mitigation initiative in agriculture, rfo5, bicol, regional field office 5, resilient agriculture, agro-climatic advisory portal, agro climatic advisory portal`} />
<meta http-equiv="content-language" content="en-gb" />
<meta httpEquiv="content-language" content="en-gb" />
<meta property="og:url" content={url} />
<meta property="og:title" content={frontMatter.title || title} />
<meta
Expand Down
Loading