Skip to content

Commit 5e60cc7

Browse files
committed
removed stale comment
1 parent 14da3ce commit 5e60cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
steps:
9191
- uses: actions/checkout@v2
92-
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
92+
- name: Install and Build 🔧
9393
run: bash tools/gha_deploydocs.sh
9494
- name: Upload to github pages 🚀
9595
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)