Skip to content

Commit 1779d9b

Browse files
2 parents fba0198 + 2985235 commit 1779d9b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Deploy
1+
name: Build, Deploy, and Obfuscate
22

33
on:
44
push:
@@ -45,4 +45,4 @@ jobs:
4545
with:
4646
branch: deployment
4747
folder: . # Deploy files from the root of the repository
48-
clean: true # Ensures the gh-pages branch is cleaned before deploying
48+
clean: true # Ensures the gh-pages branch is cleaned before deploying

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Deploy
1+
name: Build and Deploy TailwindCSS
22
on:
33
push:
44
branches:
@@ -25,4 +25,4 @@ jobs:
2525
uses: JamesIves/github-pages-deploy-action@4.1.4
2626
with:
2727
branch: gh-pages # The branch the action should deploy to.
28-
folder: . # The folder the action should deploy.
28+
folder: . # The folder the action should deploy.

0 commit comments

Comments
 (0)