forked from devicons/devicon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implementing method for copying the resulting build files (and source…
… svg's) to /docs/dist folder allowing them to be used in GitHub page (see devicons#394)
- Loading branch information
Showing
574 changed files
with
24,228 additions
and
7 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# About `/dist` | ||
|
||
This folder contains copied versions of `fonts`, `stylesheets` and `svg` by the root directory of this repository. | ||
It's copied by execution of the custom gulp command: | ||
```gulp | ||
gulp publishDocs | ||
``` | ||
|
||
This action is run via a GitHub workflow step in `build_icons.yml` | ||
|
||
Those copied results in this `dist` folder are required for showing a public available GitHub page which | ||
is served via the `/docs` directory (where our source is stored outside the `/docs` directory). |
Oops, something went wrong.