Skip to content

Commit bd0055a

Browse files
authored
Merge pull request #26 from benjishults/pages
deploy artifact to pages
2 parents cae5db8 + 1fed64b commit bd0055a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dokka.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ permissions:
1616

1717
jobs:
1818
dokka-to-pages:
19+
environment:
20+
name: github-pages
21+
url: ${{ steps.deployment.outputs.page_url }}
1922
runs-on: ubuntu-latest
2023
steps:
2124
- uses: actions/checkout@v4
@@ -46,3 +49,6 @@ jobs:
4649
name: github-pages
4750
path: ${{ runner.temp }}/artifact.tar
4851
if-no-files-found: error
52+
- name: Deploy pages from artifact
53+
id: deployment
54+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)