Skip to content

Commit

Permalink
use maplibre org
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Jun 10, 2024
1 parent 0875275 commit 5062ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build
run: yarn build
- name: Deploy to GitHub Pages
if: matrix.sdk == '' && github.repository_owner == 'josxha' && github.ref == 'refs/heads/feat/add-docusaurus'
if: github.repository_owner == 'maplibre' && github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const config: Config = {

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'joshxa', // Usually your GitHub org/user name.
organizationName: 'maplibre', // Usually your GitHub org / username.
projectName: 'flutter-maplibre-gl', // Usually your repo name.

onBrokenLinks: 'throw',
Expand Down

0 comments on commit 5062ccf

Please sign in to comment.