Skip to content

Commit

Permalink
use single workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Mar 26, 2024
1 parent e89e884 commit 75c9ca2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/deploy_docs.yml

This file was deleted.

7 changes: 1 addition & 6 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@ jobs:

- name: Generate Documentation
run: jsdoc -c jsdoc.config.json

- name: Upload Documentation Artifact
uses: actions/upload-artifact@v3
with:
name: docs
path: ./docs

# Single deploy job since we're just deploying
deploy:
environment:
Expand Down

0 comments on commit 75c9ca2

Please sign in to comment.