-
Notifications
You must be signed in to change notification settings - Fork 72
ci: add devportal publishing workflow #715
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
Open
lempira
wants to merge
20
commits into
main
Choose a base branch
from
ci/add-publish-to-devportal-workflow
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
f3cc3b9
feat: decoupling from algosdk; installing latest algokit utils
aorumbayev 7195f69
fix: add missing hidden imports for algokit_utils proxy modules
aorumbayev 20bfb8a
fix: ensure pyinstaller tests use dist binary instead of venv algokit
aorumbayev b174ca8
chore: update to latest alpha 4 with get prefixes stripped from clients
aorumbayev 8b2b327
build: bump algokit-utils to 5.0.0a7
daniel-makerx e554177
test: included metadata_hash in logger output so it can be part of ap…
daniel-makerx 2aed153
refactor: simplify mint implementation
daniel-makerx 4d107c1
refactor: simplify assets module
daniel-makerx d716d36
refactor: reduce usages of private keys
daniel-makerx c0267c3
chore: lockfile
aorumbayev 93b4c70
refactor: migrate to uv-first packaging and distribution (#712)
aorumbayev 3d8c0d3
feat(docs): starlight migration (#711)
lempira 8e22c08
docs: updated script links to cli.algokit.io (#714)
lempira 399eaa7
ci: add devportal publishing workflow, extract sidebar config, and st…
lempira 0db1a43
docs: remove legacy markdown files and update startlight content
mrcointreau 07cb578
Merge branch 'main' into ci/add-publish-to-devportal-workflow
mrcointreau 6ccb394
docs: refresh cli reference content and fix broken links
mrcointreau d448a86
ci: trigger publish-devportal-docs on main, pin actions to SHAs and b…
mrcointreau 4561b12
chore: bump pyjwt to 2.13.0 to fix PYSEC-2026-175/177/178/179
mrcointreau 3b9a12e
test: update goal help approval snapshot for new docs url
mrcointreau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| name: Publish DevPortal Docs | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
| push: | ||
| branches: [main] | ||
| tags: ['v*'] | ||
|
|
||
| permissions: | ||
| contents: write | ||
|
|
||
| jobs: | ||
| publish-docs: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 | ||
|
|
||
| - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 | ||
| with: | ||
| node-version: 24.x | ||
|
|
||
| - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 | ||
| with: | ||
| package_json_file: docs/package.json | ||
|
|
||
| - name: Setup Python environment | ||
| uses: algorandfoundation/algokit-shared-config/.github/actions/setup-algokit-python@main | ||
| with: | ||
| install-algokit: "false" | ||
|
|
||
| - name: Generate CLI reference | ||
| run: uv run poe docs-cli | ||
|
|
||
| - name: Publish DevPortal Docs | ||
| uses: algorandfoundation/devportal/.github/actions/publish-devportal-docs@release/ak-v4 | ||
| with: | ||
| docs-dir: docs | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.