ar-poncho 2.0.309 β†’ 2.0.310

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ name: build-poncho
3
3
  on:
4
4
  push:
5
5
  branches:
6
- - master
6
+ - release-1.x
7
7
 
8
8
  jobs:
9
9
  build:
@@ -11,34 +11,19 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
 
13
13
  steps:
14
- - name: πŸ›Ž Check out master
15
- uses: actions/checkout@master
14
+ - name: πŸ›Ž Check out release-1.x
15
+ uses: actions/checkout@v4
16
16
  with:
17
17
  fetch-depth: 1
18
18
  path: ./poncho
19
- # - name: 🎩 Instalamos dependencias
20
- # working-directory: /tmp
21
- # run: |
22
- # sudo apt install zlib1g-dev fontforge
23
- # git clone https://github.com/bramstein/sfnt2woff-zopfli.git sfnt2woff-zopfli && cd sfnt2woff-zopfli && make && mv sfnt2woff-zopfli /usr/local/bin/sfnt2woff
24
- # git clone --recursive https://github.com/google/woff2.git && cd woff2 && make clean all && sudo mv woff2_compress /usr/local/bin/ && sudo mv woff2_decompress /usr/local/bin/
25
- # - name: 🎩 Instalamos Fontcustom
26
- # working-directory: ./iconos
27
- # run: |
28
- # sudo gem install bundler fontcustom
29
- # sudo bundle install
30
- # - name: 🧹 Clean site
31
- # run: |
32
- # if [ -d "docs" ]; then
33
- # rm -rf docs/*
34
- # fi
19
+ ref: release-1.x
35
20
  - name: 🎩 Compilamos todo
36
21
  working-directory: ./poncho
37
22
  run: |
38
23
  npm install
39
24
  npm run gulp
40
25
  - name: Checkout Iconos Arg
41
- uses: actions/checkout@master
26
+ uses: actions/checkout@v4
42
27
  with:
43
28
  repository: argob/iconos
44
29
  path: ./iconos
@@ -47,21 +32,19 @@ jobs:
47
32
  echo "Copying $FILE"
48
33
  rm -f ./poncho/dist/fonts/icono-arg_*
49
34
  cp -R ./iconos/dist/css/icono-arg.css ./poncho/dist/css/
50
- cp -R ./iconos/dist/fonts/* ./poncho/dist/fonts/
35
+ echo "Listamos fuentes de Iconos"
36
+ ls ./iconos/dist/fonts/
37
+ cp ./iconos/dist/fonts/icono-arg_* ./poncho/dist/fonts/
38
+ echo "Copiamos el JSON de los Γ­conos"
39
+ mkdir -p ./poncho/dist/jsons
40
+ cp ./iconos/docs/icono-arg.json ./poncho/dist/jsons/
41
+ echo "Listamos fuentes de Poncho"
42
+ ls ./poncho/dist/fonts/
51
43
  - name: πŸ§ͺ Deploy build
52
44
  working-directory: ./poncho
53
45
  run: |
54
46
  git config user.name "${GITHUB_ACTOR}"
55
47
  git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
56
- git add .
48
+ git add --force -- dist/*
57
49
  git commit -am "πŸ§ͺ Deploy with ${GITHUB_WORKFLOW}"
58
50
  git push --all -f https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git
59
-
60
- # - name: Push Project B
61
- # run: |
62
- # cd ./poncho
63
- # git add .
64
- # git config user.name "${GITHUB_ACTOR}"
65
- # git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
66
- # git commit -am "File Replicated from Iconos"
67
- # git push
@@ -1 +1 @@
1
- .device-breadcrumb__hidden{display:none}.device-breadcrumb--expanded .device-breadcrumb__expand-button{display:none}.device-breadcrumb__compress-button{display:none;padding:0 .75em;margin-top:.25em}.device-breadcrumb__expand-button{border:0 solid rgba(0,0,0,0);background:rgba(0,0,0,0);border-radius:0;padding:0;height:auto}.device-breadcrumb__expand-button::after{padding:0 5px;color:inherit;content:"/"}.device-breadcrumb__expand-button:hover{border-bottom:0 solid rgba(0,0,0,0);background:rgba(0,0,0,0)}.device-breadcrumb .device-breadcrumb__hidden-item{position:absolute;left:-9999em;top:-9999em}.device-breadcrumb .device-breadcrumb__last-visible-item+li:not(a){position:absolute;left:-9999em;top:-9999em}@media(max-width: 991px){.device-breadcrumb__expand-button{display:inline-block}.device-breadcrumb__toggle-item{position:absolute;left:-9999em;top:-9999em}.device-breadcrumb--expanded .device-breadcrumb__compress-button{display:block}.device-breadcrumb--expanded .device-breadcrumb__toggle-item{position:initial;left:0;top:0}}
1
+ .device-breadcrumb__hidden{display:none}.device-breadcrumb--expanded .device-breadcrumb__expand-button{display:none}.device-breadcrumb .device-breadcrumb__unstyled,.device-breadcrumb .device-breadcrumb__unstyled:before,.device-breadcrumb .device-breadcrumb__unstyled:after{padding:0;margin:0}.device-breadcrumb .device-breadcrumb__unstyled:before,.device-breadcrumb .device-breadcrumb__unstyled:after{content:""}.device-breadcrumb__compress-button{display:none;padding:0 .75em;margin-top:.25em}.device-breadcrumb__expand-button{border:0 solid rgba(0,0,0,0);background:rgba(0,0,0,0);border-radius:0;padding:0;height:auto}.device-breadcrumb__expand-button::after{padding:0 5px;color:inherit;content:"/";font-size:14px}.device-breadcrumb__expand-button:hover{border-bottom:0 solid rgba(0,0,0,0);background:rgba(0,0,0,0)}.device-breadcrumb .device-breadcrumb__hidden-item{position:absolute;left:-9999em;top:-9999em}.device-breadcrumb .device-breadcrumb__last-visible-item+li:not(a){position:absolute;left:-9999em;top:-9999em}@media(max-width: 991px){.device-breadcrumb__expand-button{display:inline-block}.device-breadcrumb__toggle-item{position:absolute;left:-9999em;top:-9999em}.device-breadcrumb--expanded .device-breadcrumb__compress-button{display:block}.device-breadcrumb--expanded .device-breadcrumb__toggle-item{position:initial;left:0;top:0}}