Skip to content

Commit e0b71ca

Browse files
committed
WIP
1 parent b39f4c9 commit e0b71ca

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docc.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
# --output-path docs;
6363
- name: Update Index
6464
run: echo "<script>window.location.href += \"/documentation/oauthkit\"</script>" > ${{github.workspace}}/docs/index.html;
65-
# - name: Upload Pages Artifact
66-
# uses: actions/upload-pages-artifact@v3
67-
# with:
68-
# path: 'docs'
69-
# - name: Deploy to GitHub Pages
70-
# uses: actions/deploy-pages@v4
65+
- name: Upload Pages Artifact
66+
uses: actions/upload-pages-artifact@v3
67+
with:
68+
path: 'docs'
69+
- name: Deploy to GitHub Pages
70+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)