Skip to content

Commit 8ea1a59

Browse files
committed
rename project
1 parent 78bb100 commit 8ea1a59

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,13 @@ jobs:
4949
run: npm run build --prod -- --base-href /
5050

5151
- name: Create .nojekyll file
52-
run: echo > ./dist/s-qee-z-scripting-language.github.io/browser/.nojekyll
53-
54-
- name: Move files to root for deployment
55-
run: |
56-
mkdir -p ./root
57-
cp -r ./dist/s-qee-z-scripting-language.github.io/browser/* ./root/
52+
run: echo > ./dist/sqeez-scripting-language.github.io/browser/.nojekyll
5853

5954
- name: Deploy to GitHub Pages
6055
uses: peaceiris/actions-gh-pages@v3
6156
with:
6257
github_token: ${{ secrets.GITHUB_TOKEN }}
63-
publish_dir: ./root
58+
publish_dir: ./dist/sqeez-scripting-language.github.io/browser
6459
commit_message: 'Deploy to GitHub Pages'
6560
allow_empty_commit: true
6661
clean: true

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:application",
1919
"options": {
20-
"outputPath": "dist/s-qee-z-scripting-language.github.io",
20+
"outputPath": "dist/sqeez-scripting-language.github.io",
2121
"index": "src/index.html",
2222
"browser": "src/main.ts",
2323
"polyfills": [

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "s-qee-z-scripting-language.github.io",
2+
"name": "sqeez-scripting-language.github.io",
33
"version": "0.0.0",
44
"scripts": {
55
"ng": "ng",

0 commit comments

Comments
 (0)