ar-poncho 2.0.244 → 2.0.246

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.
@@ -0,0 +1,66 @@
1
+ name: build-poncho
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - master
7
+
8
+ jobs:
9
+ build:
10
+
11
+ runs-on: ubuntu-latest
12
+
13
+ steps:
14
+ - name: 🛎 Check out master
15
+ uses: actions/checkout@master
16
+ with:
17
+ fetch-depth: 1
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
35
+ - name: 🎩 Compilamos todo
36
+ working-directory: ./poncho
37
+ run: |
38
+ npm install
39
+ npm run gulp
40
+ - name: Checkout Iconos Arg
41
+ uses: actions/checkout@master
42
+ with:
43
+ repository: argob/iconos
44
+ path: ./iconos
45
+ - name: Copy/Create file
46
+ run: |
47
+ echo "Copying $FILE"
48
+ cp -R ./iconos/dist/css/icono-arg.css ./poncho/dist/css/
49
+ cp -R ./iconos/dist/fonts/* ./poncho/dist/fonts/
50
+ - name: 🧪 Deploy build
51
+ working-directory: ./poncho
52
+ run: |
53
+ git config user.name "${GITHUB_ACTOR}"
54
+ git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
55
+ git add .
56
+ git commit -am "🧪 Deploy with ${GITHUB_WORKFLOW}"
57
+ git push --all -f https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git
58
+
59
+ # - name: Push Project B
60
+ # run: |
61
+ # cd ./poncho
62
+ # git add .
63
+ # git config user.name "${GITHUB_ACTOR}"
64
+ # git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
65
+ # git commit -am "File Replicated from Iconos"
66
+ # git push
package/composer.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "license": "MIT",
16
16
  "authors": [
17
17
  {
18
- "name": "Dirección Nacional de Servicios Digitales de la Subsecretaría de Gobierno Abierto y País Digital."
18
+ "name": "Dirección Nacional de Servicios Digitales de la Subsecretaría de Servicios y País Digital."
19
19
  }
20
20
  ],
21
21
  "require": {