diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml new file mode 100644 index 0000000..e8d3c60 --- /dev/null +++ b/.github/workflows/test-deploy.yml @@ -0,0 +1,35 @@ +# Simple workflow for deploying static content to GitHub Pages +name: Deploy + +on: + # Runs on pushes targeting the default branch + pull_request: + push: + + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Allow one concurrent deployment +concurrency: + group: 'pages' + cancel-in-progress: true + +jobs: + test-deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Set up Node + uses: actions/setup-node@v3 + with: + node-version: 18 + cache: 'npm' + - name: Install dependencies + run: npm install + - name: Build + run: npm run build-only \ No newline at end of file diff --git a/jackallabs-ck5-custom-0.0.0.tgz b/jackallabs-ck5-custom-0.0.0.tgz new file mode 100644 index 0000000..fab0a9b Binary files /dev/null and b/jackallabs-ck5-custom-0.0.0.tgz differ diff --git a/src/components/DraftDocuments.vue b/src/components/DraftDocuments.vue index 52ba12c..e24c4ee 100644 --- a/src/components/DraftDocuments.vue +++ b/src/components/DraftDocuments.vue @@ -1,6 +1,6 @@