Skip to content

Commit

Permalink
+ Update pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
feraxhp committed Oct 21, 2024
1 parent 6334c8d commit 09b5b65
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# MIT Licence
# Copyright 2024 feraxhp


name: Publish and Build library
run-name: ♻️ ¡Update pages! ♻️
on:
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

jobs:
pages:
uses: feraxhp/kactions/.github/workflows/[email protected]
with:
platform: 'Wasm'
module: ':sample:composeApp'


# See LICENCE in the project root
# for the full licence detail.

0 comments on commit 09b5b65

Please sign in to comment.