We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fba0198 + 2985235 commit 1779d9bCopy full SHA for 1779d9b
2 files changed
.github/workflows/deploy.yml
@@ -1,4 +1,4 @@
1
-name: Build and Deploy
+name: Build, Deploy, and Obfuscate
2
3
on:
4
push:
@@ -45,4 +45,4 @@ jobs:
45
with:
46
branch: deployment
47
folder: . # Deploy files from the root of the repository
48
- clean: true # Ensures the gh-pages branch is cleaned before deploying
+ clean: true # Ensures the gh-pages branch is cleaned before deploying
.github/workflows/main.yml
+name: Build and Deploy TailwindCSS
branches:
@@ -25,4 +25,4 @@ jobs:
25
uses: JamesIves/github-pages-deploy-action@4.1.4
26
27
branch: gh-pages # The branch the action should deploy to.
28
- folder: . # The folder the action should deploy.
+ folder: . # The folder the action should deploy.
0 commit comments