Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
austinsonger committed Jan 23, 2025
1 parent 557f183 commit 182bfda
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
pages: write

env:
INSTANCE: 'Writerside/n'
INSTANCE: 'docs/docs'
DOCKER_VERSION: '243.22562'

jobs:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Save artifact with build results
uses: actions/upload-artifact@v4
with:
name: docs
name: content
path: |
artifacts/${{ steps.define-ids.outputs.artifact }}
artifacts/report.json
Expand All @@ -73,19 +73,19 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: docs
name: content
path: artifacts

- name: Unzip artifact
run: unzip -O UTF-8 -qq "artifacts/${{ needs.build.outputs.artifact }}" -d docs
run: unzip -O UTF-8 -qq "artifacts/${{ needs.build.outputs.artifact }}" -d content

- name: Setup Pages
uses: actions/configure-pages@v4

- name: Package and upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs
path: content

- name: Deploy to GitHub Pages
id: deployment
Expand Down
Empty file added content/keep
Empty file.
1 change: 0 additions & 1 deletion docs/Writerside/keep

This file was deleted.

1 change: 0 additions & 1 deletion documentation/Writerside/keep

This file was deleted.

0 comments on commit 182bfda

Please sign in to comment.