freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype-web][master] Site test


From: Anurag Thakur (@AnuthaDev)
Subject: [Git][freetype/freetype-web][master] Site test
Date: Thu, 21 Oct 2021 15:55:44 +0000

Anurag Thakur pushed to branch master at FreeType / Freetype Website

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    1
    +
    
    2
    +
    
    3
    +image: registry.gitlab.com/pages/hugo:latest
    
    4
    +
    
    5
    +variables:
    
    6
    +  GIT_SUBMODULE_STRATEGY: recursive
    
    7
    +
    
    8
    +pages:
    
    9
    +  script:
    
    10
    +  - hugo
    
    11
    +  - mkdir .public
    
    12
    +  - cp -r * .public
    
    13
    +  - mv .public public
    
    14
    +
    
    15
    +  artifacts:
    
    16
    +    paths:
    
    17
    +    - public
    
    18
    +  only:
    
    19
    +  - master
    \ No newline at end of file


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]