We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8464b05 commit 2244c95Copy full SHA for 2244c95
1 file changed
.github/workflows/bundle.yml
@@ -12,7 +12,7 @@ jobs:
12
name: github-pages
13
url: ${{ steps.deployment.outputs.page_url }}
14
runs-on: ubuntu-latest
15
- name: Generate Code Docs
+ name: Generate IEEE Distribution
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
@@ -52,6 +52,6 @@ jobs:
52
- name: Upload artifact
53
uses: actions/upload-artifact@v4
54
with:
55
- name: ieee
+ name: IEEE
56
path: './IEEE'
57
0 commit comments