Skip to content

Commit 8e95ab8

Browse files
committed
Simplify deploy
1 parent ea7eeb3 commit 8e95ab8

File tree

6 files changed

+2
-20
lines changed

6 files changed

+2
-20
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
environment:
2424
name: github-pages
2525
url: ${{ steps.deployment.outputs.page_url }}
26+
pages: "pages/quickstart.jsh pages/internals.jsh pages/code.jsh pages/license.jsh"
2627
runs-on: ubuntu-latest
2728
steps:
2829
- name: Checkout
@@ -32,7 +33,7 @@ jobs:
3233
- name: Install dependencies
3334
run: sudo apt-get install -y gettext markdown
3435
- name: Build docs
35-
run: bash my-jopa
36+
run: bash jopa
3637
- name: Upload artifact
3738
uses: actions/upload-pages-artifact@v3
3839
with:

my-jopa

Lines changed: 0 additions & 19 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)