Skip to content

Commit e4061ee

Browse files
authored
chore: Update publish-pages action to version 1.0.3 (#244)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Pins the docs publishing workflow to a newer patch version of an external GitHub Action; behavioral changes depend on that action but scope is limited to CI docs deployment. > > **Overview** > Updates the internal `publish-docs` composite action to use `launchdarkly/gh-actions/actions/publish-pages` **v1.0.3** instead of **v1.0.1** when publishing documentation to GitHub Pages. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit dc7f100. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent aee74df commit e4061ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/publish-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
runs:
1212
using: composite
1313
steps:
14-
- uses: launchdarkly/gh-actions/actions/publish-pages@publish-pages-v1.0.1
14+
- uses: launchdarkly/gh-actions/actions/publish-pages@publish-pages-v1.0.3
1515
name: 'Publish to Github pages'
1616
with:
1717
docs_path: ${{ inputs.workspace_path }}/docs

0 commit comments

Comments
 (0)