Skip to content

Commit

Permalink
Fix: nameing
Browse files Browse the repository at this point in the history
  • Loading branch information
ishkhan42 committed Mar 24, 2023
1 parent ff6666f commit 73585df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Documentation
name: Release

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -47,6 +47,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: 'main'
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Install Deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"branches": [
"main"
],
"debug": true,
"debug": false,
"ci": true,
"dryRun": false,
"plugins": [
Expand Down

0 comments on commit 73585df

Please sign in to comment.