spec-up-t 1.1.21 → 1.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spec-up-t",
3
- "version": "1.1.21",
3
+ "version": "1.1.23",
4
4
  "description": "Technical specification drafting tool that generates rich specification documents from markdown. Forked from https://github.com/decentralized-identity/spec-up by Daniel Buchner (https://github.com/csuwildcat)",
5
5
  "main": "./index",
6
6
  "repository": {
@@ -26,7 +26,7 @@ jobs:
26
26
  build-and-deploy-spec:
27
27
  runs-on: ubuntu-latest
28
28
  permissions:
29
- contents: write # Needed for pushing changes
29
+ contents: write # Needed for pushing changes and deploying to Pages
30
30
  steps:
31
31
  - name: Checkout 🛎️
32
32
  uses: actions/checkout@v4
@@ -108,8 +108,8 @@ jobs:
108
108
  esac
109
109
 
110
110
  - name: Deploy to GitHub Pages
111
- if: success() && github.event.inputs.script != 'Show help'
112
- uses: actions/upload-artifact@v4
111
+ if: success() && github.event.inputs.script != 'Show help' && github.event.inputs.script != 'Show menu'
112
+ uses: peaceiris/actions-gh-pages@v3.7.3
113
113
  with:
114
114
  github_token: ${{ secrets.GITHUB_TOKEN }}
115
115
  publish_dir: ${{ env.OUTPUT_PATH }}
@@ -117,7 +117,7 @@ jobs:
117
117
  force_orphan: true
118
118
 
119
119
  - name: Clean up
120
- if: always() # Run even if previous steps fail
120
+ if: always()
121
121
  run: |
122
122
  echo "Cleaning up..."
123
123
  rm -rf node_modules