Skip to content

Commit

Permalink
moving files
Browse files Browse the repository at this point in the history
  • Loading branch information
jlooper committed Sep 24, 2023
1 parent efb7f27 commit 107dddd
Show file tree
Hide file tree
Showing 262 changed files with 6 additions and 364 deletions.
358 changes: 0 additions & 358 deletions .all-contributorsrc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/vuepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
publish_dir: /.vuepress/dist
publish_dir: ./src/.vuepress/dist
user_name: 'jlooper'
user_email: 'jen@ladeezfirstmedia.com'
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DS_Store
*.sw*
*.log
*.vuepress/dist
*src/.vuepress/dist
.idea
.vscode
.history
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "front-end-foxes-workshops",
"version": "1.0.0",
"description": "Front-End Foxes Workshops",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/frontendfoxes/curriculum.git"
Expand All @@ -21,7 +22,7 @@
"vuepress": "^1.9.10"
},
"scripts": {
"build": "vuepress build",
"dev": "vuepress dev"
"build": "vuepress build src",
"dev": "vuepress dev src"
}
}
Loading

0 comments on commit 107dddd

Please sign in to comment.